From abce91b48fbeca9e2cc802335c715136e518f41a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 12 Jan 2025 14:08:29 -0600 Subject: [PATCH] Bump version to 2025.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e9c6971..9c142776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytools" -version = "2025.1" +version = "2025.1.1" description = "A collection of tools for Python" readme = "README.rst" license = { text = "MIT" }