From 600761b67c7e166e9eea761a930ce92d3fe8672d Mon Sep 17 00:00:00 2001 From: mbakalarski <64490638+mbakalarski@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:43:41 +0000 Subject: [PATCH] Release v0.0.23 The release workflow gates on the git tag matching function/__version__.py, so the version has to move before the tag does. Co-Authored-By: Claude Opus 5 --- function/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/__version__.py b/function/__version__.py index 680aab1..1a5c9f1 100644 --- a/function/__version__.py +++ b/function/__version__.py @@ -16,4 +16,4 @@ """The version of the function.""" # This is set at build time, using "hatch version" -__version__ = "0.0.22" +__version__ = "0.0.23"