Skip to content

Commit

Permalink
Set version number to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Apr 9, 2013
1 parent 1e69faa commit e555908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


kwargs = {} kwargs = {}


version = "3.1.dev1" version = "3.0.1"


with open('README.rst') as f: with open('README.rst') as f:
long_description = f.read() long_description = f.read()
Expand Down
4 changes: 2 additions & 2 deletions tornado/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
# is zero for an official release, positive for a development branch, # is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version # or negative for a release candidate or beta (after the base version
# number has been incremented) # number has been incremented)
version = "3.1.dev1" version = "3.0.1"
version_info = (3, 1, 0, -100) version_info = (3, 0, 1, 0)

0 comments on commit e555908

Please sign in to comment.