Skip to content

Commit

Permalink
up version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Aug 23, 2017
1 parent 96a9857 commit a2175a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asynctnt_queue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .task import Task


__version__ = '0.0.2'
__version__ = '0.0.3'
2 changes: 1 addition & 1 deletion asynctnt_queue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self,
:class:`asynctnt_queue.Tube`)
:param namespace:
Variable which was used for queue module import (
deafult is `queue`)
default is `queue`)
"""
assert isinstance(conn, asynctnt.Connection), \
'conn must be asynctnt.Connection instance'
Expand Down

0 comments on commit a2175a9

Please sign in to comment.