From f08405c0b501a170bc74b049e1614df2fe6068dd Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 7 Jan 2025 10:19:21 -0500 Subject: [PATCH] Bump to next version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b79ca3d..67b9aae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "taskchampion-py" -version = "2.0.2" +version = "2.0.2.1" requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust",