Skip to content

Commit d05f48b

Browse files
committed
change version to 0.0.9
1 parent 79afc40 commit d05f48b

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.0.8',
15+
version='0.0.9',
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.0.8"
11-
version_info = (0,0,8)
10+
version = "0.0.9"
11+
version_info = (0,0,9)
1212

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

0 commit comments

Comments
 (0)