summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-03-02 08:12:33 +0100
committerGeorg Brandl <georg@python.org>2016-03-02 08:12:33 +0100
commit4d8dbbb7861f6f8a78a952d5bcc3e7a9f5940675 (patch)
tree6a992acb4b6bda139643afc337900ab0ab2d1e72 /setup.py
parente237b91be5aa825b210a436e13caefa43b2eeb26 (diff)
downloadpygments-git-2.1.3.tar.gz
Bump, 2.1.32.1.3
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 03dcffb8..39499090 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.1.2',
+ version = '2.1.3',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',