summaryrefslogtreecommitdiff
path: root/setup.py
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
commit5682c4e5c73739c2f8ad2a026b7da1a1b8d439f3 (patch)
tree4585c5372f4fa62c97830e7da71bba812c7ecc3b /setup.py
parent710f05a6f512a5048db9bc3955474a40c44aeff8 (diff)
downloadpygments-5682c4e5c73739c2f8ad2a026b7da1a1b8d439f3.tar.gz
Bump to 2.0 final.2.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',