diff options
author | gbrandl <devnull@localhost> | 2009-09-15 11:49:50 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-09-15 11:49:50 +0200 |
commit | ee3c7de8ba3c20401ae223a98413e46ac0db928d (patch) | |
tree | 49b1dc5cf023060f990188be546e6867de59509a /pygments/__init__.py | |
parent | 99ec92d58608ce41944126b7908167e19332eb88 (diff) | |
download | pygments-ee3c7de8ba3c20401ae223a98413e46ac0db928d.tar.gz |
Update version info.
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 a34e2d50..e97dd6b5 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -25,7 +25,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.2' +__version__ = '1.1.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |