diff options
author | Georg Brandl <georg@python.org> | 2010-03-05 22:50:54 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-05 22:50:54 +0100 |
commit | eaedd293ac007191b403578ebbfd8fca2f1621a2 (patch) | |
tree | f763360306d34a8901fdab19eda5d998c788693d /setup.py | |
parent | 517bfb6a063ab4ae8060ab1236d36479af25ac79 (diff) | |
download | pygments-eaedd293ac007191b403578ebbfd8fca2f1621a2.tar.gz |
Update for 1.3.1 bugfix release.1.3.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ else: setup( name = 'Pygments', - version = '1.3', + version = '1.3.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |