From a502509d26553069b3bb72cd75af33f4e8171bcd Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Wed, 8 Jan 2025 23:48:47 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.2267=20=E2=86=92=200.?= =?UTF-8?q?51.2268-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 e24827934c5a..6c8f30025e96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.2267" +current_version = "0.51.2268-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 1a1210082ef1..134ac1afb9ee 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2267" +VERSION = "0.51.2268-dev0"