From e808e037630823dda2facac6da1b11b649ae42e3 Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Thu, 9 Jan 2025 00:16:59 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.2300-dev0=20=E2=86=92?= =?UTF-8?q?=200.51.2300?= 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 b567c631fb71..69205cf7b925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,7 +229,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.2300-dev0" +current_version = "0.51.2300" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 80cf36c43c7e..6ce172e55d50 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.2300-dev0" +VERSION = "0.51.2300"