Skip to content

Commit b247855

Browse files
committed
change version 0.1.6
1 parent 68aadee commit b247855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1.5',
10+
version='0.1.6',
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
@@ -28,8 +28,8 @@
2828
from .cursor import Cursor, DictCursor, SSCursor, SSDictCursor
2929
from .pool import ConnectionPool
3030

31-
version = "0.1.5"
32-
version_info = (0, 1, 5)
31+
version = "0.1.6"
32+
version_info = (0, 1, 6)
3333

3434

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

0 commit comments

Comments
 (0)