From b708fa5596f2367c7f0b97c5f1280e9434e3904e Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Fri, 17 Jan 2025 18:46:01 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.29-dev0=20=E2=86=92?= =?UTF-8?q?=200.51.29?= 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 4f1ebf39a345..dc479ac21122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -230,7 +230,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.29-dev0" +current_version = "0.51.29" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 3455631df34e..6f0698634565 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.29-dev0" +VERSION = "0.51.29"