We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8e0b commit 616192cCopy full SHA for 616192c
pyproject.toml
@@ -246,7 +246,7 @@ select = [
246
allow_dirty = false
247
commit = true
248
commit_args = ""
249
-current_version = "0.0.11"
+current_version = "0.0.12"
250
ignore_missing_version = false
251
message = "Bump version: {current_version} → {new_version}"
252
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
src/aibs_informatics_aws_utils/_version.py
@@ -1 +1 @@
1
-__version__ = "0.0.11"
+__version__ = "0.0.12"
0 commit comments