diff --git a/pyproject.toml b/pyproject.toml index 2c2360fb7fc..16ce6997879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,7 +186,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.14-dev0" +current_version = "0.51.14" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index f7806cc41b9..a75b9cf7b29 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.14-dev0" +VERSION = "0.51.14"