From b41b885af643b647e2ea8b8c3ed5e4a66ec4a4b1 Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Wed, 11 Sep 2024 19:50:18 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.5=20=E2=86=92=200.51.?= =?UTF-8?q?6-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 d4118402d58..1a0d2e56065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ exclude = [ ] [tool.bumpversion] -current_version = "0.51.5" +current_version = "0.51.6-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index aee8dbf6d1a..5beb6c208fe 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.5" +VERSION = "0.51.6-dev0"