diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ else: setup( name = 'Pygments', - version = '1.6', + version = '2.0pre', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |