summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-21 07:26:11 +0100
committerGeorg Brandl <georg@python.org>2015-01-21 07:26:11 +0100
commit8cff73f38805fbd29af82fb2aa47956a4a93d22e (patch)
treea19277cdc2535a1c71ed42311df14b8e9908aea3 /setup.py
parent7b9fa24091fe62a1be03c5c7889ce1ba6248c6a2 (diff)
parent181e8bff0a08fe2e31607991ef2c5b5b5d060f1b (diff)
downloadpygments-8cff73f38805fbd29af82fb2aa47956a4a93d22e.tar.gz
merge with stable
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 875cb424..36db0017 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.0.2',
+ version = '2.1a0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',