summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-10 16:49:06 +0100
committerGeorg Brandl <georg@python.org>2014-11-10 16:49:06 +0100
commitc1b7740fb6cdf8fe970883bb74986eeb0bac0645 (patch)
treee199e00209fcb9e4e6d3dc2e832d2b514d95f42b /pygments/__init__.py
parent7228320d293155cb534e9b8e89b6173a86d946d3 (diff)
downloadpygments-c1b7740fb6cdf8fe970883bb74986eeb0bac0645.tar.gz
Bump to 2.0.1.2.0.1
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 ef297f2b..872ad976 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.0'
+__version__ = '2.0.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']