diff --git a/pyproject.toml b/pyproject.toml index dcb8b776f397..d62439f5e5a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ exclude = [ ] [tool.bumpversion] -current_version = "0.51.7-dev0" +current_version = "0.51.7" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 7669a2a77480..e066c5d428ec 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.7-dev0" +VERSION = "0.51.7"