Skip to content

Commit

Permalink
v0.2.1-dev (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Dec 9, 2024
1 parent 9394d5b commit 0aba1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.1"
version = "0.2.1-dev"
edition = "2021"
authors = ["Matthew Scroggs <rust@mscroggs.co.uk>"]
description = "n-dimensional finite element definition library."
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.2.1"
version = "0.2.1-dev"
description = "n-dimensional finite element definition library."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 0aba1da

Please sign in to comment.