diff options
author | Georg Brandl <georg@python.org> | 2014-10-16 12:19:03 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-16 12:19:03 +0200 |
commit | f41e8c594e76855611b3b3dfca300894bd29f1c4 (patch) | |
tree | ff068c43c1aed92b1a36ae17d8ecaa74277577a3 /pygments/__init__.py | |
parent | 435daf7051ef1a6b4b341f53afaf8bf354aac210 (diff) | |
download | pygments-2.0rc1.tar.gz |
Bump to 2.0rc1.2.0rc1
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 a47f686e..2382efcb 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '2.0pre' +__version__ = '2.0rc1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |