summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-08-23 16:50:14 +0200
committergbrandl <devnull@localhost>2008-08-23 16:50:14 +0200
commite06551354d884cda772dd2f85ace1017ecaceabf (patch)
tree60c2db74f2a892594be4c100d49f119bdc5493d6 /pygments/__init__.py
parent7b4f4b50991018128d0579bd8d39dfb5cab7f26b (diff)
downloadpygments-e06551354d884cda772dd2f85ace1017ecaceabf.tar.gz
0.11 release preparation.
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 a99c6408..32733e16 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -24,7 +24,7 @@
:license: BSD, see LICENSE for more details.
"""
-__version__ = '0.10'
+__version__ = '0.11'
__author__ = 'Georg Brandl <g.brandl@gmx.net>'
__url__ = 'http://pygments.org/'
__license__ = 'BSD License'