From 7caa81a59fd116c6011e8bd0c93ad6c7826f87dd Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 5 Sep 2024 09:29:04 -0500 Subject: [PATCH] Bump version to 2024.1.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fde2212..a28602b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "pytools" -version = "2024.1.13" +version = "2024.1.14" description = "A collection of tools for Python" readme = "README.rst" license = { text = "MIT" } -- GitLab