diff options
author | Georg Brandl <georg@python.org> | 2015-01-20 07:57:03 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-20 07:57:03 +0100 |
commit | 25fcdc1d2a43c24efa38b0ac4075913fccfc2072 (patch) | |
tree | 124a41dda1224b8710597899c178ad141241b4ba /setup.py | |
parent | ca7d938207505418c601bc1b6212fad6d9d77381 (diff) | |
download | pygments-25fcdc1d2a43c24efa38b0ac4075913fccfc2072.tar.gz |
Bump to 2.0.2.2.0.2
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ else: setup( name = 'Pygments', - version = '2.0.1', + version = '2.0.2', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |