Bump version number for the master branch
This commit is contained in:
parent
3486b46fcb
commit
5fde3f5f17
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ if "linux" in sys.platform.lower() and not python_26:
|
||||||
extensions.append(distutils.core.Extension(
|
extensions.append(distutils.core.Extension(
|
||||||
"tornado.epoll", ["tornado/epoll.c"]))
|
"tornado.epoll", ["tornado/epoll.c"]))
|
||||||
|
|
||||||
version = "2.0"
|
version = "2.0git"
|
||||||
|
|
||||||
if major >= 3:
|
if major >= 3:
|
||||||
import setuptools # setuptools is required for use_2to3
|
import setuptools # setuptools is required for use_2to3
|
||||||
|
|
|
@ -16,5 +16,5 @@
|
||||||
|
|
||||||
"""The Tornado web server and tools."""
|
"""The Tornado web server and tools."""
|
||||||
|
|
||||||
version = "2.0"
|
version = "2.0git"
|
||||||
version_info = (2, 0, 0)
|
version_info = (2, 0, 0)
|
||||||
|
|
Loading…
Reference in New Issue