Skip to content

Commit

Permalink
change version 0.0.9 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Sep 7, 2015
1 parent 05773c5 commit 65ce1c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='TorMySQL',
version='0.0.9',
version='0.1.1',
packages=['tormysql'],
package_data={
'': ['README.md'],
Expand Down
4 changes: 2 additions & 2 deletions tormysql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from .cursor import Cursor, DictCursor, SSCursor, SSDictCursor
from .pool import ConnectionPool

version = "0.0.9"
version_info = (0,0,9)
version = "0.1.1"
version_info = (0,1,1)

def Connection(*args, **kwargs):
client = Client(*args, **kwargs)
Expand Down

0 comments on commit 65ce1c0

Please # to comment.