Skip to content

Commit

Permalink
change version 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Jan 17, 2017
1 parent f8b98fa commit 8af1bc7
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.0',
version='0.3.1',
packages=['tormysql'],
install_requires=[
'tornado>=4.1',
Expand Down
4 changes: 2 additions & 2 deletions tormysql/__init__.py
Expand Up @@ -31,8 +31,8 @@
from .pool import ConnectionPoolClosedError, ConnectionPoolUsedError, ConnectionNotFoundError, ConnectionNotUsedError, ConnectionUsedError, WaitConnectionTimeoutError
from . import helpers

version = "0.3.0"
version_info = (0, 3, 0)
version = "0.3.1"
version_info = (0, 3, 1)


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

0 comments on commit 8af1bc7

Please sign in to comment.