Skip to content

Commit

Permalink
Fix v0.20.0 version string to match regex (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst authored Jul 17, 2024
1 parent 6fb98a1 commit 423d8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 0.20
## Version 0.20.0

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

Expand Down
2 changes: 1 addition & 1 deletion tasktiger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .tasktiger import TaskTiger, run_worker
from .worker import Worker

__version__ = "0.20"
__version__ = "0.20.0"
__all__ = [
"TaskTiger",
"Worker",
Expand Down

0 comments on commit 423d8a1

Please sign in to comment.