Skip to content

Commit 5dcff74

Browse files
Bump version: 0.0.4 → 0.0.5
1 parent 8043903 commit 5dcff74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ src_paths = ["src", "test"]
223223
allow_dirty = false
224224
commit = true
225225
commit_args = ""
226-
current_version = "0.0.4"
226+
current_version = "0.0.5"
227227
ignore_missing_version = false
228228
message = "Bump version: {current_version} → {new_version}"
229229
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)