From 2bb699ee3c4a3375d23441ffb6e47f74ca199350 Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Sun, 13 Aug 2023 21:08:06 +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 12df6bd..9a0ef61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hypermat" -version = "0.0.6" +version = "0.0.7" description = "Hyperelastic formulations using an algorithmic differentiation with hyper-dual numbers in Python" readme = "README.md" requires-python = ">=3.6"