From 8ed927faf752cb44d1ae8b718b82f6210ed7661b Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Sun, 13 Aug 2023 21:14:51 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a0ef61..da4c122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hypermat" -version = "0.0.7" +version = "0.0.8" description = "Hyperelastic formulations using an algorithmic differentiation with hyper-dual numbers in Python" readme = "README.md" requires-python = ">=3.6"