From 5aa1f4d755d6216aea1e554f9a2a06311389e47a Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Mon, 2 Jan 2023 23:17:03 -0600 Subject: [PATCH] Bump versions in Cargo.toml and pyproject.toml --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]