summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-29 06:37:12 +0100
committerGeorg Brandl <georg@python.org>2019-11-29 06:37:12 +0100
commit2842f8ffd3dbab55f888f980c76be4f80235a4df (patch)
tree17778f3440fbf56b1b54636885714d94a14fd203 /pygments/__init__.py
parentf4040be5b2fdd84bc2663cd12855c1e731fd162b (diff)
downloadpygments-git-2842f8ffd3dbab55f888f980c76be4f80235a4df.tar.gz
keep version number in one place, dont do the "x.y.z+" anymore
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 5ba4d973..89efc350 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -29,7 +29,7 @@ import sys
from pygments.util import StringIO, BytesIO
-__version__ = '2.5.2+'
+__version__ = '2.5.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']