Skip to content

Commit dcda7b4

Browse files
committed
release v0.1.8
1 parent f3bead5 commit dcda7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steady_queue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import timedelta
22
from typing import Optional
33

4-
VERSION = (0, 1, 7)
4+
VERSION = (0, 1, 8)
55

66
__version__ = ".".join(map(str, VERSION))
77

0 commit comments

Comments
 (0)