Skip to content

Commit

Permalink
Fix version string to match regex
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasst committed Jul 17, 2024
1 parent 0bac2e6 commit 41db832
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 41db832

Please sign in to comment.