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 5216328 commit 3d94dd0Copy full SHA for 3d94dd0
pyproject.toml
@@ -246,7 +246,7 @@ select = [
246
allow_dirty = false
247
commit = true
248
commit_args = ""
249
-current_version = "0.0.10"
+current_version = "0.0.11"
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.10"
+__version__ = "0.0.11"
0 commit comments