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

Commit d80c871

Browse files
authored
version++ (#37)
1 parent be32852 commit d80c871

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python = ["dep:openssl"]
66

77
[package]
88
name = "ndelement"
9-
version = "0.1.0-dev"
9+
version = "0.1.1"
1010
edition = "2021"
1111
authors = ["Matthew Scroggs <rust@mscroggs.co.uk>"]
1212
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.0"
10+
ndelement = "0.1.1"
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.0-dev4"
7+
version = "0.1.1"
88
description = "n-dimensional finite element definition library."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)