From b6b1ab5743b8f7a5568abc2de8e21dd7108bccfe Mon Sep 17 00:00:00 2001 From: Martin Campos Pinto Date: Tue, 16 Jul 2024 12:49:39 +0200 Subject: [PATCH] Update pyproject.toml to v0.18.4 (#159) this version has several changes in order to support python3.12 in sympde and psydac --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dca207..dcf3c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sympde" -version = "0.18.3" +version = "0.18.4" description = "Symbolic calculus for partial differential equations (and variational forms)" readme = "README.rst" requires-python = ">= 3.8, < 3.13"