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"