Skip to content

Commit 423d8a1

Browse files
authored
Fix v0.20.0 version string to match regex (#353)
1 parent 6fb98a1 commit 423d8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 0.20
3+
## Version 0.20.0
44

55
* Add `tiger.get_sizes_for_queues_and_states` ([352](https://github.com/closeio/tasktiger/pull/352))
66

tasktiger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .tasktiger import TaskTiger, run_worker
1313
from .worker import Worker
1414

15-
__version__ = "0.20"
15+
__version__ = "0.20.0"
1616
__all__ = [
1717
"TaskTiger",
1818
"Worker",

0 commit comments

Comments
 (0)