Skip to content

Commit 190ac3c

Browse files
Bump version: 0.0.10 → 0.0.11
1 parent f4c4d84 commit 190ac3c

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

0 commit comments

Comments
 (0)