summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-05 22:50:54 +0100
committerGeorg Brandl <georg@python.org>2010-03-05 22:50:54 +0100
commiteaedd293ac007191b403578ebbfd8fca2f1621a2 (patch)
treef763360306d34a8901fdab19eda5d998c788693d /pygments/__init__.py
parent517bfb6a063ab4ae8060ab1236d36479af25ac79 (diff)
downloadpygments-eaedd293ac007191b403578ebbfd8fca2f1621a2.tar.gz
Update for 1.3.1 bugfix release.1.3.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 823862e3..97623089 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.3'
+__version__ = '1.3.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']