summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-15 19:40:08 +0100
committerGeorg Brandl <georg@python.org>2007-02-15 19:40:08 +0100
commitf6f1f87c497dd3e3faf34b16277cdb7430206735 (patch)
tree826c7a0125f67d4911d0d514feaf44c69657d2f7 /pygments/__init__.py
parent266f9c114ad1c575f609694500488d36d40ff904 (diff)
downloadpygments-git-f6f1f87c497dd3e3faf34b16277cdb7430206735.tar.gz
[svn] Prepare for 0.7.1.
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 55eced1f..42866722 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -23,7 +23,7 @@
:license: BSD, see LICENSE for more details.
"""
-__version__ = '0.8'
+__version__ = '0.7.1'
__author__ = 'Georg Brandl <g.brandl@gmx.net>'
__url__ = 'http://pygments.org/'
__license__ = 'BSD License'