Bump version number for the master branch

This commit is contained in:
Ben Darnell 2011-06-25 18:25:37 -07:00
parent 3486b46fcb
commit 5fde3f5f17
2 changed files with 2 additions and 2 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 = "2.0"
version = "2.0git"
if major >= 3:
import setuptools # setuptools is required for use_2to3

View File

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