Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Mar 11, 2017
1 parent 2920432 commit 45c496c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asynctnt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .connection import Connection, connect
from .iproto.protocol import Iterator, Response

__version__ = '0.1.1'
__version__ = '0.1.2'
1 change: 1 addition & 0 deletions temp/t.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ async def main(loop):
# await tnt.start()
conn = await coro
conn.close()

await conn.connect()

print('connected')
Expand Down

0 comments on commit 45c496c

Please sign in to comment.