Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 26, 2020
1 parent 5e9ff67 commit 9fb1ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus/__init__.py
Expand Up @@ -8,7 +8,7 @@
from queue import Full as SyncQueueFull
from typing import Any, Callable, Deque, Generic, List, Optional, Set, TypeVar

__version__ = "0.6.0"
__version__ = "0.6.1"
__all__ = ("Queue", "PriorityQueue", "LifoQueue")


Expand Down

0 comments on commit 9fb1ae5

Please sign in to comment.