From 7b79d68849a2f8c19a729533a874d6966d31722d Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 10 Nov 2022 09:15:40 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4152e2b..cfb404d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matadi" -version = "0.1.10" +version = "0.1.11" description = "Material Definition with Automatic Differentiation" readme = "README.md" requires-python = ">=3.6" diff --git a/setup.cfg b/setup.cfg index b423b6c..68afa33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = matadi -version = 0.1.10 +version = 0.1.11 author = Andreas Dutzler author_email = a.dutzler@gmail.com description = Material Definition with Automatic Differentiation