diff --git a/pyproject.toml b/pyproject.toml index db20a6123a90..7ecacd7d91f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.2327-dev0" +current_version = "0.51.2327" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 6a665a00a718..4d7b04cee193 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2327-dev0" +VERSION = "0.51.2327"