summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-09-15 11:49:50 +0200
committergbrandl <devnull@localhost>2009-09-15 11:49:50 +0200
commitee3c7de8ba3c20401ae223a98413e46ac0db928d (patch)
tree49b1dc5cf023060f990188be546e6867de59509a /setup.py
parent99ec92d58608ce41944126b7908167e19332eb88 (diff)
downloadpygments-ee3c7de8ba3c20401ae223a98413e46ac0db928d.tar.gz
Update version info.
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 b26dd482..b54823e5 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ except ImportError:
setup(
name = 'Pygments',
- version = '1.2',
+ version = '1.1.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',