summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-14 23:24:02 +0100
committerGeorg Brandl <georg@python.org>2007-02-14 23:24:02 +0100
commit18cab1dd5b49a1ca5b87b5c863468d709ede0f49 (patch)
tree7ef2554ef38194a400f57ce69986400c1cd34690 /pygments/__init__.py
parente61ce464aa1bdd26460678fe316688c3b718e806 (diff)
downloadpygments-git-0.7.tar.gz
[svn]0.7
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..b7b19e13 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'
__author__ = 'Georg Brandl <g.brandl@gmx.net>'
__url__ = 'http://pygments.org/'
__license__ = 'BSD License'