summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-29 16:03:53 +0100
committerGeorg Brandl <georg@python.org>2016-02-29 16:03:53 +0100
commit97a22b120e586123e8ca5d66bae5ed20ac89da9a (patch)
tree293de12a4db38507cc64e2a5eab96ba09947db97 /setup.py
parent1bc68f35167903c3e28647ce0850904502f87a44 (diff)
downloadpygments-git-2.1.2.tar.gz
Bump to 2.1.22.1.2
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 b15e0bc9..03dcffb8 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.1.1',
+ version = '2.1.2',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',