diff options
author | gbrandl <devnull@localhost> | 2009-09-15 11:49:50 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-09-15 11:49:50 +0200 |
commit | ee3c7de8ba3c20401ae223a98413e46ac0db928d (patch) | |
tree | 49b1dc5cf023060f990188be546e6867de59509a /setup.py | |
parent | 99ec92d58608ce41944126b7908167e19332eb88 (diff) | |
download | pygments-ee3c7de8ba3c20401ae223a98413e46ac0db928d.tar.gz |
Update version info.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |