diff options
author | gbrandl <devnull@localhost> | 2007-02-14 23:25:25 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-14 23:25:25 +0100 |
commit | 04939d22e619ba996b9f05773594b305cf2b0534 (patch) | |
tree | c18a464a79ac80825c0960728a7429c19ca778f7 /pygments/__init__.py | |
parent | fcfb61f3aac096e41f6c1247e841f47a061b0eeb (diff) | |
download | pygments-04939d22e619ba996b9f05773594b305cf2b0534.tar.gz |
[svn] 0.8 again.
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 b7b19e13..55eced1f 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -23,7 +23,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '0.7' +__version__ = '0.8' __author__ = 'Georg Brandl <g.brandl@gmx.net>' __url__ = 'http://pygments.org/' __license__ = 'BSD License' |