Skip to content

Commit 35b966d

Browse files
Bump version: 0.0.8 → 0.0.9
1 parent 1de36e7 commit 35b966d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ src_paths = ["src", "test"]
231231
allow_dirty = false
232232
commit = true
233233
commit_args = ""
234-
current_version = "0.0.8"
234+
current_version = "0.0.9"
235235
ignore_missing_version = false
236236
message = "Bump version: {current_version} → {new_version}"
237237
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Do not edit this file manually, Github actions will modify it.
2-
__version__ = "0.0.8"
2+
__version__ = "0.0.9"

0 commit comments

Comments
 (0)