summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-11-23 19:05:23 +0100
committergbrandl <devnull@localhost>2008-11-23 19:05:23 +0100
commit235158e8859828a7dac672450f4ab1d68437d666 (patch)
tree4fc3ff83abe58eeca371044c45013cb9dd0b1840 /pygments/__init__.py
parent0d698541670062a9916d1a995b60d19ecd65f51c (diff)
downloadpygments-235158e8859828a7dac672450f4ab1d68437d666.tar.gz
Final 1.0 commit.1.0
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 6a3159ac..2d223b3e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -24,7 +24,7 @@
:license: BSD, see LICENSE for more details.
"""
-__version__ = '0.11.1'
+__version__ = '1.0'
__author__ = 'Georg Brandl <g.brandl@gmx.net>'
__url__ = 'http://pygments.org/'
__license__ = 'BSD License'