We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a408532 commit c974350Copy full SHA for c974350
pyproject.toml
@@ -239,7 +239,7 @@ ignore = [
239
allow_dirty = false
240
commit = true
241
commit_args = ""
242
-current_version = "0.0.11"
+current_version = "0.0.12"
243
ignore_missing_version = false
244
message = "Bump version: {current_version} → {new_version}"
245
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
src/aibs_informatics_aws_lambda/_version.py
@@ -1,2 +1,2 @@
1
# Do not edit this file manually, Github actions will modify it.
2
-__version__ = "0.0.11"
+__version__ = "0.0.12"
0 commit comments