summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-09-11 16:01:15 +0200
committergbrandl <devnull@localhost>2009-09-11 16:01:15 +0200
commit2d2c6f99dd8b489f774acc49e674d007f5d0f28f (patch)
treee18e5ebcf1c27e62c50a9ebffca2c21c4d165b0d /setup.py
parent1eb1fb7093fabcb13a74f0eb045a9b7f640f6018 (diff)
downloadpygments-2d2c6f99dd8b489f774acc49e674d007f5d0f28f.tar.gz
Update version info for 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 c15499bf..b26dd482 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ except ImportError:
setup(
name = 'Pygments',
- version = '1.1',
+ version = '1.2',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',