Skip to content

Commit f43a588

Browse files
authored
Bump version to v0.1.2 (#6)
1 parent 759123c commit f43a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async_task_queue/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""In-memory FIFO queue for concurrent task execution"""
22
from .async_task_queue import AsyncTask, AsyncTaskQueue
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)