summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-10 16:49:06 +0100
committerGeorg Brandl <georg@python.org>2014-11-10 16:49:06 +0100
commit2940180dc984b5fabb008a6f1a37ae0bc1d48a5b (patch)
treee199e00209fcb9e4e6d3dc2e832d2b514d95f42b /setup.py
parentbcc5c94b2e8242e2b007f4226cbcd34039a401cd (diff)
downloadpygments-git-2.0.1.tar.gz
Bump to 2.0.1.2.0.1
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 dde886c5..c46d805e 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.0',
+ version = '2.0.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',