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