From f41e8c594e76855611b3b3dfca300894bd29f1c4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 16 Oct 2014 12:19:03 +0200 Subject: Bump to 2.0rc1. --- pygments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/__init__.py') 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'] -- cgit v1.2.1