Skip to content

Commit 8af1bc7

Browse files
committed
change version 0.3.0 to 0.3.1
1 parent f8b98fa commit 8af1bc7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='tormysql',
10-
version='0.3.0',
10+
version='0.3.1',
1111
packages=['tormysql'],
1212
install_requires=[
1313
'tornado>=4.1',

tormysql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
from .pool import ConnectionPoolClosedError, ConnectionPoolUsedError, ConnectionNotFoundError, ConnectionNotUsedError, ConnectionUsedError, WaitConnectionTimeoutError
3232
from . import helpers
3333

34-
version = "0.3.0"
35-
version_info = (0, 3, 0)
34+
version = "0.3.1"
35+
version_info = (0, 3, 1)
3636

3737

3838
def connect(*args, **kwargs):

0 commit comments

Comments
 (0)