diff --git a/pyproject.toml b/pyproject.toml index 73ad27646af7..890e1b44d624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.2275" +current_version = "0.51.2276-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index eaad92050ece..a03220c84dac 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2275" +VERSION = "0.51.2276-dev0"