summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-09 19:24:56 +0100
committerGeorg Brandl <georg@python.org>2014-11-09 19:24:56 +0100
commita70c8a9ad53c3dd606440f36bd6912c37ffca27e (patch)
tree4585c5372f4fa62c97830e7da71bba812c7ecc3b
parentf63e3ccf777f4d35b099eb8b79b7ba3f64c02d90 (diff)
downloadpygments-git-a70c8a9ad53c3dd606440f36bd6912c37ffca27e.tar.gz
Bump to 2.0 final.2.0
-rw-r--r--pygments/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 2382efcb..ef297f2b 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.0rc1'
+__version__ = '2.0'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']
diff --git a/setup.py b/setup.py
index c591e91d..dde886c5 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.0rc1',
+ version = '2.0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',