summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/__init__.py2
-rwxr-xr-xsetup.py2
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']
diff --git a/setup.py b/setup.py
index b26dd482..b54823e5 100755
--- a/setup.py
+++ b/setup.py
@@ -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',