Skip to content

Commit 2b42f2b

Browse files
authored
v0.2.0 (#305)
1 parent fe7ff79 commit 2b42f2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default = ["sleef"]
66

77
[package]
88
name = "bempp"
9-
version = "0.1.0-dev"
9+
version = "0.2.0"
1010
edition = "2021"
1111
authors = ["Timo Betcke <timo.betcke@gmail.com>", "Srinath Kailasa <srinathkailasa@gmail.com>", "Matthew Scroggs <rust@mscroggs.co.uk>"]
1212
description = "Boundary element method library."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kernels for Laplace and Helmholtz problems.
88
You can use the latest release of bempp by adding the following to `[dependencies]` section of your Cargo.toml file:
99

1010
```toml
11-
bempp = "0.1.0"
11+
bempp = "0.2.0"
1212
```
1313

1414
### Python

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "bempp-rs"
7-
version = "0.1.0-dev"
7+
version = "0.2.0"
88
description = "Boundary element method library"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)