We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ce219 commit 3dd85b2Copy full SHA for 3dd85b2
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='tormysql',
10
- version='0.3.10',
+ version='0.4.0',
11
packages=['tormysql', 'tormysql.platform'],
12
install_requires=[
13
'tornado>=5.0',
tormysql/__init__.py
@@ -33,8 +33,8 @@
33
from . import helpers
34
35
36
-version = "0.3.10"
37
-version_info = (0, 3, 10)
+version = "0.4.0"
+version_info = (0, 4, 0)
38
39
40
def connect(*args, **kwargs):
0 commit comments