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