diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2019-11-26 19:14:42 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2019-11-26 19:14:42 +0100 |
commit | 399d1a5b6ac620f42c0d4f4910006dc33093edce (patch) | |
tree | 2b26c775cb950290aa304aabcc21048c3210cefc /setup.py | |
parent | 9e1f1e139639793017e3315664cc95c9225ed646 (diff) | |
download | pygments-git-399d1a5b6ac620f42c0d4f4910006dc33093edce.tar.gz |
Bump version to 2.5.1.2.5.1
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', |