Skip to content

Commit

Permalink
change version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Nov 5, 2016
1 parent 9f7beef commit 2f0fc3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='tormysql',
version='0.2.7',
version='0.2.8',
packages=['tormysql'],
install_requires=[
'tornado>=4.1',
Expand Down
4 changes: 2 additions & 2 deletions tormysql/__init__.py
Expand Up @@ -31,8 +31,8 @@
from .pool import ConnectionPoolClosedError, ConnectionPoolUsedError, ConnectionNotFoundError, ConnectionNotUsedError, ConnectionUsedError, WaitConnectionTimeoutError
from . import helpers

version = "0.2.7"
version_info = (0, 2, 7)
version = "0.2.8"
version_info = (0, 2, 8)


def connect(*args, **kwargs):
Expand Down

0 comments on commit 2f0fc3a

Please sign in to comment.