summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-11 08:59:17 +0100
committerGeorg Brandl <georg@python.org>2014-11-11 08:59:17 +0100
commit2b79c4ef047c985b2a161401ace2c563f8b808da (patch)
tree7ed2d814c3e00cc4cbe7f79f8289146748c3e049 /setup.py
parent421490248a3208a786a31a3c8a541bd0e28f7924 (diff)
downloadpygments-2b79c4ef047c985b2a161401ace2c563f8b808da.tar.gz
default branch is 2.1a0.
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 c46d805e..36db0017 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.0.1',
+ version = '2.1a0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',