1 parent f3bead5 commit dcda7b4Copy full SHA for dcda7b4
1 file changed
steady_queue/__init__.py
@@ -1,7 +1,7 @@
1
from datetime import timedelta
2
from typing import Optional
3
4
-VERSION = (0, 1, 7)
+VERSION = (0, 1, 8)
5
6
__version__ = ".".join(map(str, VERSION))
7
0 commit comments