Skip to content

Commit 3dd85b2

Browse files
committed
fix version to 0.4.0
1 parent 58ce219 commit 3dd85b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='tormysql',
10-
version='0.3.10',
10+
version='0.4.0',
1111
packages=['tormysql', 'tormysql.platform'],
1212
install_requires=[
1313
'tornado>=5.0',

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.3.10"
37-
version_info = (0, 3, 10)
36+
version = "0.4.0"
37+
version_info = (0, 4, 0)
3838

3939

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

0 commit comments

Comments
 (0)