diff --git a/Cargo.toml b/Cargo.toml index 1ca3897..f5167ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nutpie" -version = "0.5.0" +version = "0.5.1" authors = ["Adrian Seyboldt "] edition = "2021" license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index bceee27..9826dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.13,<0.14"] +requires = ["maturin>=0.14,<0.15"] build-backend = "maturin" [tool.maturin]