Skip to content

Commit

Permalink
change version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Mar 28, 2019
1 parent ccc7bc7 commit 258d970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,10 +7,10 @@

setup(
name='tormysql',
version='0.4.1',
version='0.4.2',
packages=['tormysql', 'tormysql.platform'],
install_requires=[
'tornado >=5, <6',
'tornado>=5',
'PyMySQL>=0.7.10',
'greenlet>=0.4.2',
],
Expand Down
4 changes: 2 additions & 2 deletions tormysql/__init__.py
Expand Up @@ -33,8 +33,8 @@
from . import helpers


version = "0.4.1"
version_info = (0, 4, 1)
version = "0.4.2"
version_info = (0, 4, 2)


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

0 comments on commit 258d970

Please sign in to comment.