diff --git a/pyproject.toml b/pyproject.toml index 8814c8325c27..11011131ec34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.2298-dev0" +current_version = "0.51.2298" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index aa663e33db2f..47dab2970557 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2298-dev0" +VERSION = "0.51.2298"