From eba4e2a1096bf6ab9bdb17a518279b68c956dec1 Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Tue, 7 Jan 2025 22:52:03 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.276=20=E2=86=92=200.5?= =?UTF-8?q?1.277-dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- weave/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03ac8e5d97c4..fbe6b28ca6f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.276" +current_version = "0.51.277-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index e9aecaa38f07..f9a3af8153af 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.276" +VERSION = "0.51.277-dev0"