summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-23 19:05:23 +0100
committerGeorg Brandl <georg@python.org>2008-11-23 19:05:23 +0100
commitd4832074eb74daed2a600f5888f2b7487c1a7c3e (patch)
tree4fc3ff83abe58eeca371044c45013cb9dd0b1840 /pygments
parent44ac54291f240dc971ff3581b73683a5f72a5347 (diff)
downloadpygments-git-1.0.tar.gz
Final 1.0 commit.1.0
Diffstat (limited to 'pygments')
-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'