We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0b502 commit 301654dCopy full SHA for 301654d
pyproject.toml
@@ -239,7 +239,7 @@ ignore = [
239
allow_dirty = false
240
commit = true
241
commit_args = ""
242
-current_version = "0.0.12"
+current_version = "0.0.13"
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.12"
+__version__ = "0.0.13"
0 commit comments