diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from setuptools import setup, find_packages setup( name = 'Pygments', - version = '2.5.0', + version = '2.5.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |