Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 045fe90

Browse files
authored
v0.1.2 (#40)
1 parent a348bca commit 045fe90

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is based on onde that was autogenerated by maturin v1.7.1 using:
1+
# This file is based on one that was autogenerated by maturin v1.7.1 using:
22
# maturin generate-ci github
33
name: 📦
44

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default = ["sleef"]
77

88
[package]
99
name = "ndelement"
10-
version = "0.1.1-dev"
10+
version = "0.1.2"
1111
edition = "2021"
1212
authors = ["Matthew Scroggs <rust@mscroggs.co.uk>"]
1313
description = "n-dimensional finite element definition library."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ndelement is an open-source library written in Rust that can be used to create n
77
You can use the latest release of ndelement by adding the following to `[dependencies]` section of your Cargo.toml file:
88

99
```toml
10-
ndelement = "0.1.1"
10+
ndelement = "0.1.2"
1111
```
1212

1313
### Python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ndelement"
7-
version = "0.1.1-dev"
7+
version = "0.1.2"
88
description = "n-dimensional finite element definition library."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)