We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2129e6f commit b7cffd5Copy full SHA for b7cffd5
janus/__init__.py
@@ -8,7 +8,7 @@
8
from queue import Empty as SyncQueueEmpty
9
from queue import Full as SyncQueueFull
10
11
-__version__ = '0.4.0a0'
+__version__ = '0.4.0'
12
13
log = logging.getLogger(__package__)
14
0 commit comments