From 873aae95e5ce8b55625ae1a3a1be47fa815e5217 Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Wed, 11 Sep 2024 18:59:25 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.2-dev1=20=E2=86=92=20?= =?UTF-8?q?0.51.3?= 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 adec4b37b59..ac30a883704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ exclude = [ ] [tool.bumpversion] -current_version = "0.51.2-dev1" +current_version = "0.51.3" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index e365789de54..5492cfbc3ec 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2-dev1" +VERSION = "0.51.3"