Skip to content

Commit b6fcbc9

Browse files
committed
Bump version 0.3.3
1 parent d112a2c commit b6fcbc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

msgpackrpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.1'
1+
__version__ = '0.3.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
This implementation uses Tornado framework as a backend.
2323
""",
2424
packages=['msgpackrpc', 'msgpackrpc/transport'],
25-
install_requires=['msgpack-python', 'tornado'],
25+
install_requires=['msgpack-python', 'tornado < 3'],
2626
license="Apache Software License",
2727
classifiers=[
2828
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)