Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 3823941 commit 2ce0dbc
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 @@ -206,7 +206,7 @@ src_paths = ["src", "test"]
allow_dirty = false
commit = true
commit_args = ""
current_version = "0.0.3"
current_version = "0.0.4"
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_test_resources/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit 2ce0dbc

Please sign in to comment.