summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-14 15:15:04 +0100
committerGeorg Brandl <georg@python.org>2016-02-14 15:15:04 +0100
commit9ae620fdadc8ca9ad56317754b3d9587f57a6d15 (patch)
tree936a5b0f20eda479a763618d40c9597b43556e44 /setup.py
parentc58a8a0879ab2fb2bef47d632c360c34c52a62d1 (diff)
parent85daa4b5f9c93a7a90841bf2f22dca9b29a55def (diff)
downloadpygments-9ae620fdadc8ca9ad56317754b3d9587f57a6d15.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 b15e0bc9..a07ac055 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.1.1',
+ version = '2.2',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',