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