Skip to content

Commit 94078a6

Browse files
committed
Set version number to 2.0
1 parent a339163 commit 94078a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
extensions.append(distutils.core.Extension(
3434
"tornado.epoll", ["tornado/epoll.c"]))
3535

36-
version = "2.0rc1"
36+
version = "2.0"
3737

3838
if major >= 3:
3939
import setuptools # setuptools is required for use_2to3

tornado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

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

19-
version = "2.0rc1"
19+
version = "2.0"
2020
version_info = (2, 0, 0)

0 commit comments

Comments
 (0)