Skip to content

Commit 18df625

Browse files
committed
Bump to 0.6.0
1 parent a50b7ec commit 18df625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

janus/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.0"
11+
__version__ = "0.6.0"
1212
__all__ = ("Queue", "PriorityQueue", "LifoQueue")
1313

1414

0 commit comments

Comments
 (0)