Bump version number in the master branch

This commit is contained in:
Ben Darnell 2011-10-07 01:07:58 -07:00
parent fa159286ff
commit 6dd03c06f6
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.1.1"
version = "2.1.1git"
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.1.1"
version = "2.1.1git"
version_info = (2, 1, 1)