Skip to content

Commit 93ea4d6

Browse files
Bump version: 0.0.5 → 0.0.6
1 parent 1ede619 commit 93ea4d6

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

0 commit comments

Comments
 (0)