From a92556dba64ba6746d7e98e26ee2658b05d6f238 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Thu, 19 Sep 2024 16:01:41 +0100 Subject: [PATCH] 0.2.0-dev (#308) --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd8edf35..5065075b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ default = ["sleef"] [package] name = "bempp" -version = "0.2.0" +version = "0.2.0-dev" edition = "2021" authors = ["Timo Betcke ", "Srinath Kailasa ", "Matthew Scroggs "] description = "Boundary element method library." diff --git a/pyproject.toml b/pyproject.toml index f408706c..7f6ecb84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "bempp-rs" -version = "0.2.0" +version = "0.2.0-dev" description = "Boundary element method library" readme = "README.md" requires-python = ">=3.8"