Skip to content

Commit

Permalink
build: bump version 0.0.8 -> 0.0.9 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
leavers authored Dec 27, 2023
1 parent 68e9236 commit 8ed51b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flexexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ThreadPoolExecutor",
)

__version__ = "0.0.8"
__version__ = "0.0.9"

_threads_queues = WeakKeyDictionary() # type: ignore
_shutdown = False
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ remove-unused-variables = true
# New Version: 1.2.4b0
# $ bumpver test '1.2.4b0' 'MAJOR.MINOR.PATCH[PYTAGNUM]' --tag-num
# New Version: 1.2.4b1
current_version = "0.0.8"
current_version = "0.0.9"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "build: bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 8ed51b7

Please sign in to comment.