Skip to content

Commit 258d970

Browse files
committed
change version to 0.4.2
1 parent ccc7bc7 commit 258d970

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
setup(
99
name='tormysql',
10-
version='0.4.1',
10+
version='0.4.2',
1111
packages=['tormysql', 'tormysql.platform'],
1212
install_requires=[
13-
'tornado >=5, <6',
13+
'tornado>=5',
1414
'PyMySQL>=0.7.10',
1515
'greenlet>=0.4.2',
1616
],

tormysql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
from . import helpers
3434

3535

36-
version = "0.4.1"
37-
version_info = (0, 4, 1)
36+
version = "0.4.2"
37+
version_info = (0, 4, 2)
3838

3939

4040
def connect(*args, **kwargs):

0 commit comments

Comments
 (0)