summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-01-17 16:49:14 +0100
committerGeorg Brandl <georg@python.org>2016-01-17 16:49:14 +0100
commit2902352b2b8031eb9f908985aa64a63b583a623c (patch)
treec5264852dc34ae2ddc733171e4804cf5b6dbd44d /setup.py
parent0f3af18cdf94f11055e05e28a47ff71ba1e3acb0 (diff)
downloadpygments-2902352b2b8031eb9f908985aa64a63b583a623c.tar.gz
Bump version to 2.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 951404e5..a8667fda 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.1a0',
+ version = '2.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',