From afa75b52f5f1ed841347d7c8a8800f71c08843ac Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 9 Jul 2024 10:56:55 -0500 Subject: [PATCH] Bump version to 2024.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0ce0668..120fa29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "pytools" -version = "2024.1.6" +version = "2024.1.7" description = "A collection of tools for Python" readme = "README.rst" license = { text = "MIT" }