Skip to content

Commit 2f51cea

Browse files
Bump version: 0.5.1 → 0.6.0
1 parent 293de2b commit 2f51cea

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
@@ -238,7 +238,7 @@ skip = [".venv", "build", "cdk.out"]
238238
allow_dirty = false
239239
commit = true
240240
commit_args = ""
241-
current_version = "0.5.1"
241+
current_version = "0.6.0"
242242
ignore_missing_version = false
243243
message = "Bump version: {current_version} → {new_version}"
244244
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 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)