summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-20 07:57:03 +0100
committerGeorg Brandl <georg@python.org>2015-01-20 07:57:03 +0100
commit25fcdc1d2a43c24efa38b0ac4075913fccfc2072 (patch)
tree124a41dda1224b8710597899c178ad141241b4ba /pygments/__init__.py
parentca7d938207505418c601bc1b6212fad6d9d77381 (diff)
downloadpygments-25fcdc1d2a43c24efa38b0ac4075913fccfc2072.tar.gz
Bump to 2.0.2.2.0.2
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 dc377369..9563818b 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.0.1'
+__version__ = '2.0.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']