Skip to content

Commit 7cb8072

Browse files
committed
Bump version number in the master branch
1 parent 8b72824 commit 7cb8072

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
kwargs = {}
2727

28-
version = "3.0.1"
28+
version = "3.1.dev2"
2929

3030
with open('README.rst') as f:
3131
long_description = f.read()

tornado/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# is zero for an official release, positive for a development branch,
2626
# or negative for a release candidate or beta (after the base version
2727
# number has been incremented)
28-
version = "3.0.1"
29-
version_info = (3, 0, 1, 0)
28+
version = "3.1.dev2"
29+
version_info = (3, 1, 0, -99)

0 commit comments

Comments
 (0)