diff --git a/Cargo.toml b/Cargo.toml index 5d6540f3..cd8edf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ default = ["sleef"] [package] name = "bempp" -version = "0.1.0-dev" +version = "0.2.0" edition = "2021" authors = ["Timo Betcke ", "Srinath Kailasa ", "Matthew Scroggs "] description = "Boundary element method library." diff --git a/README.md b/README.md index a63e36fd..fc390b0f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ kernels for Laplace and Helmholtz problems. You can use the latest release of bempp by adding the following to `[dependencies]` section of your Cargo.toml file: ```toml -bempp = "0.1.0" +bempp = "0.2.0" ``` ### Python diff --git a/pyproject.toml b/pyproject.toml index 5c1b192b..f408706c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "bempp-rs" -version = "0.1.0-dev" +version = "0.2.0" description = "Boundary element method library" readme = "README.md" requires-python = ">=3.8"