Skip to content

Commit

Permalink
fix version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Aug 21, 2018
1 parent 58ce219 commit 3dd85b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='tormysql',
version='0.3.10',
version='0.4.0',
packages=['tormysql', 'tormysql.platform'],
install_requires=[
'tornado>=5.0',
Expand Down
4 changes: 2 additions & 2 deletions tormysql/__init__.py
Expand Up @@ -33,8 +33,8 @@
from . import helpers


version = "0.3.10"
version_info = (0, 3, 10)
version = "0.4.0"
version_info = (0, 4, 0)


def connect(*args, **kwargs):
Expand Down

0 comments on commit 3dd85b2

Please sign in to comment.