summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-02 15:15:28 +0100
committerGeorg Brandl <georg@python.org>2010-01-02 15:15:28 +0100
commitc0c47862b44f3d380b0ea4802deeeffa1263e00b (patch)
tree89178f91068c6cfec85a6a04d6564a28801128bd /pygments/__init__.py
parent33ed0c5b8e82c39bcc7485464cec4d19b0ea8cd7 (diff)
downloadpygments-git-1.2.1.tar.gz
Prepare for 1.2.1.1.2.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 9a0a273f..5a31ccfd 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -25,7 +25,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.2'
+__version__ = '1.2.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']