From b89900ef36d17a1c952ef8b66a3dda6f512f4341 Mon Sep 17 00:00:00 2001 From: Sam Bentley Date: Sat, 7 Oct 2023 18:39:29 +0100 Subject: [PATCH] Upgrade maturin version (#26) * Add pyproject.toml * upgrade version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f928081..5f6194e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qvd" -version = "0.0.14" +version = "0.0.15" authors = ["Sam Bentley "] edition = "2018" readme = "README.md"