From ca0f641c347b7ddc1def2eb8dadb663f57ac0698 Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Thu, 12 Mar 2026 19:06:22 -0400 Subject: [PATCH] release: 0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b89b5a2..d8dbcde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "celery-types" -version = "0.25.0" +version = "0.26.0" description = "Type stubs for Celery and its related packages" authors = [{ name = "Steve Dignam", email = "steve@dignam.xyz" }] requires-python = ">=3.10,<4"