summaryrefslogtreecommitdiff
path: root/pygments
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
commit1e4ec98d7066246394d3275b394bd44ee206e19c (patch)
tree124a41dda1224b8710597899c178ad141241b4ba /pygments
parentf215af5431095da9fbbc20a277f88d3fe68aafce (diff)
downloadpygments-git-2.0.2.tar.gz
Bump to 2.0.2.2.0.2
Diffstat (limited to 'pygments')
-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']