summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-09-15 11:49:50 +0200
committergbrandl <devnull@localhost>2009-09-15 11:49:50 +0200
commitee3c7de8ba3c20401ae223a98413e46ac0db928d (patch)
tree49b1dc5cf023060f990188be546e6867de59509a /pygments/__init__.py
parent99ec92d58608ce41944126b7908167e19332eb88 (diff)
downloadpygments-ee3c7de8ba3c20401ae223a98413e46ac0db928d.tar.gz
Update version info.
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 a34e2d50..e97dd6b5 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -25,7 +25,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.2'
+__version__ = '1.1.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']