We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104989e commit 6ce025aCopy full SHA for 6ce025a
pyproject.toml
@@ -242,7 +242,7 @@ select = [
242
allow_dirty = false
243
commit = true
244
commit_args = ""
245
-current_version = "0.0.6"
+current_version = "0.0.7"
246
ignore_missing_version = false
247
message = "Bump version: {current_version} → {new_version}"
248
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
src/aibs_informatics_aws_utils/_version.py
@@ -1 +1 @@
1
-__version__ = "0.0.6"
+__version__ = "0.0.7"
0 commit comments