diff --git a/pyproject.toml b/pyproject.toml index be7222c057f0..2a6a0ebfbfe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -189,7 +189,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.17-dev0" +current_version = "0.51.17" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 6531f66e6382..3113b47db43f 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.17-dev0" +VERSION = "0.51.17"