Skip to content

Commit

Permalink
bump version 0.1.9 -> 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzon committed Feb 7, 2025
1 parent d60054a commit 285b472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fractal-healthcheck"
version = "0.1.9"
version = "0.1.10"
authors = [
{name = "Alberto Pastorutti", email = "[email protected]"},
{name = "Tommaso Comparin", email = "[email protected]"},
Expand Down Expand Up @@ -35,7 +35,7 @@ build-backend = "setuptools.build_meta"
fractal-health = "fractal_healthcheck.main:main"

[tool.bumpver]
current_version = "0.1.9"
current_version = "0.1.10"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/fractal_healthcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__VERSION__ = "0.1.9"
__VERSION__ = "0.1.10"
LOGGER_NAME = "fractal-health"

0 comments on commit 285b472

Please sign in to comment.