diff --git a/pyproject.toml b/pyproject.toml index 6dccd50..50bb785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "widget-bzvisualizer" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anywidget~=0.9.10", "numpy~=1.21", @@ -45,7 +45,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.2.4" +current_version = "v0.2.5" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true