Skip to content

Commit

Permalink
change version 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Sep 9, 2015
1 parent fae5489 commit 5d4a95b
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.1.1',
version='0.1.2',
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.1.1"
version_info = (0,1,1)
version = "0.1.2"
version_info = (0,1,2)

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

0 comments on commit 5d4a95b

Please # to comment.