diff options
author | Georg Brandl <georg@python.org> | 2010-03-01 21:17:39 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-01 21:17:39 +0100 |
commit | 10b76f7158aa23f00957dfe78d5e94667a1d2186 (patch) | |
tree | 31b3a4ed302d60797fe7b2ec547d763ddf96595b /pygments/__init__.py | |
parent | 7404dbaabe1995aa39979faddeed0d9341ebd6e8 (diff) | |
download | pygments-10b76f7158aa23f00957dfe78d5e94667a1d2186.tar.gz |
Update version info and codename.
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 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'] |