summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-16 12:19:03 +0200
committerGeorg Brandl <georg@python.org>2014-10-16 12:19:03 +0200
commitf41e8c594e76855611b3b3dfca300894bd29f1c4 (patch)
treeff068c43c1aed92b1a36ae17d8ecaa74277577a3 /setup.py
parent435daf7051ef1a6b4b341f53afaf8bf354aac210 (diff)
downloadpygments-f41e8c594e76855611b3b3dfca300894bd29f1c4.tar.gz
Bump to 2.0rc1.2.0rc1
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 f1bbfbb2..c591e91d 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.0pre',
+ version = '2.0rc1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',