Skip to content

Commit 90f4502

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent c242c1f commit 90f4502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ exclude_lines = [
5252
]
5353

5454
[tool.bumpversion]
55-
current_version = "0.0.2"
55+
current_version = "0.0.3"
5656
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
5757
serialize = ["{major}.{minor}.{patch}"]
5858
search = "{current_version}"

0 commit comments

Comments
 (0)