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 8c0cad6 commit 27de389Copy full SHA for 27de389
pyproject.toml
@@ -243,7 +243,7 @@ select = [
243
allow_dirty = false
244
commit = true
245
commit_args = ""
246
-current_version = "0.0.9"
+current_version = "0.0.10"
247
ignore_missing_version = false
248
message = "Bump version: {current_version} → {new_version}"
249
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
src/aibs_informatics_aws_utils/_version.py
@@ -1 +1 @@
1
-__version__ = "0.0.9"
+__version__ = "0.0.10"
0 commit comments