Skip to content

Commit 5d4a95b

Browse files
committed
change version 0.1.1 to 0.1.2
1 parent fae5489 commit 5d4a95b

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
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='TorMySQL',
15-
version='0.1.1',
15+
version='0.1.2',
1616
packages=['tormysql'],
1717
package_data={
1818
'': ['README.md'],

tormysql/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from .cursor import Cursor, DictCursor, SSCursor, SSDictCursor
88
from .pool import ConnectionPool
99

10-
version = "0.1.1"
11-
version_info = (0,1,1)
10+
version = "0.1.2"
11+
version_info = (0,1,2)
1212

1313
def Connection(*args, **kwargs):
1414
client = Client(*args, **kwargs)

0 commit comments

Comments
 (0)