Skip to content

Commit

Permalink
version number ++ (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Dec 2, 2024
1 parent f4bb8c9 commit 7336439
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 @@ -7,7 +7,7 @@ default = ["sleef"]

[package]
name = "ndgrid"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = [
"Timo Betcke <[email protected]>",
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 @@ ndgrid is an open-source library written in Rust for n-dimensional grids/meshes.
You can use the latest release of ndgrid by adding the following to `[dependencies]` section of your Cargo.toml file:

```toml
ndgrid = "0.1.4"
ndgrid = "0.1.5"
```

### 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 = "ndgrid"
version = "0.1.4"
version = "0.1.5"
description = "n-dimensional grid library."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 7336439

Please sign in to comment.