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 | |
parent | 99ec92d58608ce41944126b7908167e19332eb88 (diff) | |
download | pygments-ee3c7de8ba3c20401ae223a98413e46ac0db928d.tar.gz |
Update version info.
-rw-r--r-- | pygments/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 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'] @@ -46,7 +46,7 @@ except ImportError: setup( name = 'Pygments', - version = '1.2', + version = '1.1.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |