Skip to content

Commit a76cf6e

Browse files
committed
change version to 0.3.10
1 parent ba0f9f0 commit a76cf6e

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.9',
10+
version='0.3.10',
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.9"
37-
version_info = (0, 3, 9)
36+
version = "0.3.10"
37+
version_info = (0, 3, 10)
3838

3939

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

0 commit comments

Comments
 (0)