Bump version number to 2.0rc1.

This commit is contained in:
Ben Darnell 2011-06-11 19:14:41 -07:00
parent 26feb663aa
commit 2f52f68679
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ if "linux" in sys.platform.lower() and not python_26:
extensions.append(distutils.core.Extension(
"tornado.epoll", ["tornado/epoll.c"]))
version = "1.2.1"
version = "2.0rc1"
if major >= 3:
import setuptools # setuptools is required for use_2to3

View File

@ -16,5 +16,5 @@
"""The Tornado web server and tools."""
version = "1.2.1"
version_info = (1, 2, 1)
version = "2.0rc1"
version_info = (2, 0, 0)