summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-16 12:19:03 +0200
committerGeorg Brandl <georg@python.org>2014-10-16 12:19:03 +0200
commitf41e8c594e76855611b3b3dfca300894bd29f1c4 (patch)
treeff068c43c1aed92b1a36ae17d8ecaa74277577a3 /pygments/__init__.py
parent435daf7051ef1a6b4b341f53afaf8bf354aac210 (diff)
downloadpygments-2.0rc1.tar.gz
Bump to 2.0rc1.2.0rc1
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 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']