Skip to content

Commit 71469f5

Browse files
committed
upgrade version
1 parent e2bf7a0 commit 71469f5

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, "0b9")
4+
VERSION = (0, 1, 1)
55

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

0 commit comments

Comments
 (0)