diff --git a/pyproject.toml b/pyproject.toml index e97bb8ba1ba..9a1db896750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.11-dev0" +current_version = "0.51.11" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 66a0282f9d6..384b750334d 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.11-dev0" +VERSION = "0.51.11"