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 58341fd commit dd0d7aaCopy full SHA for dd0d7aa
pyproject.toml
@@ -246,7 +246,7 @@ select = [
246
allow_dirty = false
247
commit = true
248
commit_args = ""
249
-current_version = "0.0.12"
+current_version = "0.1.0"
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.12"
+__version__ = "0.1.0"
0 commit comments