From 2923e4740c7796ff5dd7b4b67877f510212561f7 Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Wed, 11 Sep 2024 19:41:13 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Release=20version:=200.51.4-dev0=20?= =?UTF-8?q?=E2=86=92=200.51.4?= 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 b71c1b0b404..8b82dc14ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ exclude = [ ] [tool.bumpversion] -current_version = "0.51.4-dev0" +current_version = "0.51.4" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index ad6fedb7f76..60b80721f50 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.4-dev0" +VERSION = "0.51.4" From a65986237610d0192f5ee5f8b1dc25bac0ebc563 Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Wed, 11 Sep 2024 19:41:14 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Release=20version:=200.51.4=20=E2=86=92=200?= =?UTF-8?q?.51.5-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 8b82dc14ffb..8f9686c34bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ exclude = [ ] [tool.bumpversion] -current_version = "0.51.4" +current_version = "0.51.5-dev0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 60b80721f50..4f479d87aa2 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.4" +VERSION = "0.51.5-dev0"