diff --git a/Cargo.toml b/Cargo.toml index 5ec07a8..e45a019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ python = ["dep:openssl"] [package] name = "ndelement" -version = "0.1.1" +version = "0.1.1-dev" edition = "2021" authors = ["Matthew Scroggs "] description = "n-dimensional finite element definition library." diff --git a/pyproject.toml b/pyproject.toml index 6faa1be..99d1ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "ndelement" -version = "0.1.1" +version = "0.1.1-dev" description = "n-dimensional finite element definition library." readme = "README.md" requires-python = ">=3.8"