From 9fb1ae5dc7bb503d54e7dffd73f157a9eb4009d1 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 26 Oct 2020 17:21:57 +0200 Subject: [PATCH] Bump to 0.6.1 --- janus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janus/__init__.py b/janus/__init__.py index cb391de..789f12f 100644 --- a/janus/__init__.py +++ b/janus/__init__.py @@ -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")