Skip to content

Commit

Permalink
v0.2.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Sep 19, 2024
1 parent fe7ff79 commit 2b42f2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default = ["sleef"]

[package]
name = "bempp"
version = "0.1.0-dev"
version = "0.2.0"
edition = "2021"
authors = ["Timo Betcke <[email protected]>", "Srinath Kailasa <[email protected]>", "Matthew Scroggs <[email protected]>"]
description = "Boundary element method library."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b42f2b

Please sign in to comment.