diff options
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.2.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |