Skip to content

Commit

Permalink
v0.1.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Sep 18, 2024
1 parent a348bca commit 045fe90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is based on onde that was autogenerated by maturin v1.7.1 using:
# This file is based on one that was autogenerated by maturin v1.7.1 using:
# maturin generate-ci github
name: 📦

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default = ["sleef"]

[package]
name = "ndelement"
version = "0.1.1-dev"
version = "0.1.2"
edition = "2021"
authors = ["Matthew Scroggs <[email protected]>"]
description = "n-dimensional finite element definition library."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ndelement is an open-source library written in Rust that can be used to create n
You can use the latest release of ndelement by adding the following to `[dependencies]` section of your Cargo.toml file:

```toml
ndelement = "0.1.1"
ndelement = "0.1.2"
```

### 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 = "ndelement"
version = "0.1.1-dev"
version = "0.1.2"
description = "n-dimensional finite element definition library."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 045fe90

Please sign in to comment.