Skip to content

Commit 9fb1ae5

Browse files
committed
Bump to 0.6.1
1 parent 5e9ff67 commit 9fb1ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

janus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from queue import Full as SyncQueueFull
99
from typing import Any, Callable, Deque, Generic, List, Optional, Set, TypeVar
1010

11-
__version__ = "0.6.0"
11+
__version__ = "0.6.1"
1212
__all__ = ("Queue", "PriorityQueue", "LifoQueue")
1313

1414

0 commit comments

Comments
 (0)