Skip to content

Commit

Permalink
Bump version number in the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Sep 22, 2011
1 parent b419316 commit fe955fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
extensions.append(distutils.core.Extension(
"tornado.epoll", ["tornado/epoll.c"]))

version = "2.1"
version = "2.1git"

if major >= 3:
import setuptools # setuptools is required for use_2to3
Expand Down
2 changes: 1 addition & 1 deletion tornado/__init__.py
Expand Up @@ -16,5 +16,5 @@

"""The Tornado web server and tools."""

version = "2.1"
version = "2.1git"
version_info = (2, 1, 0)

0 comments on commit fe955fe

Please sign in to comment.