Skip to content

Commit

Permalink
change version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Apr 13, 2018
1 parent 7558ae9 commit 1f133bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='tormysql',
version='0.3.7',
version='0.3.8',
packages=['tormysql', 'tormysql.platform'],
install_requires=[
'tornado>=5.0',
Expand Down
4 changes: 2 additions & 2 deletions tormysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
from . import helpers


version = "0.3.7"
version_info = (0, 3, 7)
version = "0.3.8"
version_info = (0, 3, 8)


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

0 comments on commit 1f133bd

Please sign in to comment.