summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-01 21:17:39 +0100
committerGeorg Brandl <georg@python.org>2010-03-01 21:17:39 +0100
commit10b76f7158aa23f00957dfe78d5e94667a1d2186 (patch)
tree31b3a4ed302d60797fe7b2ec547d763ddf96595b /pygments/__init__.py
parent7404dbaabe1995aa39979faddeed0d9341ebd6e8 (diff)
downloadpygments-10b76f7158aa23f00957dfe78d5e94667a1d2186.tar.gz
Update version info and codename.
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 3dad6ab9..823862e3 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.2.2'
+__version__ = '1.3'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']