From 1c5e4b813a6b0000ab304966ce22f0b8aac254bc Mon Sep 17 00:00:00 2001 From: Weave Build Bot Date: Thu, 21 Nov 2024 20:04:24 +0000 Subject: [PATCH] =?UTF-8?q?Release=20version:=200.51.22-dev0=20=E2=86=92?= =?UTF-8?q?=200.51.22?= 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 5d5db9f1bc4e..d2b93c68d5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,7 @@ module = "weave_query.*" ignore_errors = true [tool.bumpversion] -current_version = "0.51.22-dev0" +current_version = "0.51.22" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/weave/version.py b/weave/version.py index 4f88cb861efc..b998fabc3b93 100644 --- a/weave/version.py +++ b/weave/version.py @@ -44,4 +44,4 @@ """ -VERSION = "0.51.22-dev0" +VERSION = "0.51.22"