diff options
author | Georg Brandl <georg@python.org> | 2010-03-05 22:50:54 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-05 22:50:54 +0100 |
commit | eaedd293ac007191b403578ebbfd8fca2f1621a2 (patch) | |
tree | f763360306d34a8901fdab19eda5d998c788693d /pygments/__init__.py | |
parent | 517bfb6a063ab4ae8060ab1236d36479af25ac79 (diff) | |
download | pygments-eaedd293ac007191b403578ebbfd8fca2f1621a2.tar.gz |
Update for 1.3.1 bugfix release.1.3.1
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r-- | pygments/__init__.py | 2 |
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'] |