]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump master branch version number
authorBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 13:43:32 +0000 (09:43 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 13:43:32 +0000 (09:43 -0400)
setup.py
tornado/__init__.py

index f0877369e82a674b752ec7f44074e2a535e804f3..323af1ffc7ebd50da9598fe4c36010c41f664da1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -108,7 +108,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.0"
+version = "4.1.dev1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index fe85e222469ebc946eeb1ba22c0a1999c98fc489..0e39f842c7c9e0a190c7877b2a51e3c6741920a2 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, print_function, with_statement
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate or beta (after the base version
 # number has been incremented)
-version = "4.0"
-version_info = (4, 0, 0, 0)
+version = "4.1.dev1"
+version_info = (4, 1, 0, -100)