diff --git a/pyproject.toml b/pyproject.toml index 8f9686c34bc..d4118402d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ exclude = [ ] [tool.bumpversion] -current_version = "0.51.5-dev0" +current_version = "0.51.5" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 4f479d87aa2..aee8dbf6d1a 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.5-dev0" +VERSION = "0.51.5"