diff --git a/pyproject.toml b/pyproject.toml index 24fe6dc..bb1d969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "widget-bandsplot" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anywidget~=0.9.3" ] @@ -37,7 +37,7 @@ npm = "npm" build_cmd = "build" [tool.bumpver] -current_version = "v0.6.3" +current_version = "v0.6.4" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true