Skip to content

Commit a2175a9

Browse files
committed
up version 0.0.3
1 parent 96a9857 commit a2175a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asynctnt_queue/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .task import Task
44

55

6-
__version__ = '0.0.2'
6+
__version__ = '0.0.3'

asynctnt_queue/queue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self,
2828
:class:`asynctnt_queue.Tube`)
2929
:param namespace:
3030
Variable which was used for queue module import (
31-
deafult is `queue`)
31+
default is `queue`)
3232
"""
3333
assert isinstance(conn, asynctnt.Connection), \
3434
'conn must be asynctnt.Connection instance'

0 commit comments

Comments
 (0)