Skip to content

Commit d5ff474

Browse files
Bump version: 0.0.7 → 0.0.8
1 parent 413788d commit d5ff474

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.7"
234+
current_version = "0.0.8"
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.7"
2+
__version__ = "0.0.8"

0 commit comments

Comments
 (0)