Set version number to 2.1

This commit is contained in:
Ben Darnell 2011-09-20 21:21:52 -07:00
parent a9980ac1d2
commit b419316cc7
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 = "2.0git"
version = "2.1"
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.0git"
version_info = (2, 0, 0)
version = "2.1"
version_info = (2, 1, 0)