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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f1bbfbb2..c591e91d 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ else: setup( name = 'Pygments', - version = '2.0pre', + version = '2.0rc1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', -- cgit v1.2.1