Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent dcfe5fe commit 1a2e46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ src_paths = ["src", "test"]
allow_dirty = false
commit = true
commit_args = ""
current_version = "0.0.2"
current_version = "0.0.3"
ignore_missing_version = false
message = "Bump version: {current_version} → {new_version}"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
Expand Down
2 changes: 1 addition & 1 deletion src/aibs_informatics_aws_lambda/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Do not edit this file manually, Github actions will modify it.
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 1a2e46f

Please sign in to comment.