diff options
author | gbrandl <devnull@localhost> | 2008-08-23 16:50:14 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-08-23 16:50:14 +0200 |
commit | e06551354d884cda772dd2f85ace1017ecaceabf (patch) | |
tree | 60c2db74f2a892594be4c100d49f119bdc5493d6 /pygments/__init__.py | |
parent | 7b4f4b50991018128d0579bd8d39dfb5cab7f26b (diff) | |
download | pygments-e06551354d884cda772dd2f85ace1017ecaceabf.tar.gz |
0.11 release preparation.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r-- | pygments/__init__.py | 2 |
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' |