diff --git a/pyproject.toml b/pyproject.toml index 8bc0c2e0f4fc..7f45ab0db4e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.2330" +current_version = "0.51.2331-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index c16c9aeaa9c8..51766cd254c2 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2330" +VERSION = "0.51.2331-dev0"