From 63cc7e8a178ebc2ee4269992efe98bf18777f9f4 Mon Sep 17 00:00:00 2001 From: Thomas Kramer Date: Tue, 21 Nov 2023 22:05:25 +0100 Subject: [PATCH] update versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 605ae65..e967ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ [package] name = "libreda-python" -version = "0.0.3" +version = "0.0.4" authors = ["Thomas Kramer "] -edition = "2018" +edition = "2021" license = "AGPL-3.0-or-later" description = "Python binding for the LibrEDA database." keywords = ["vlsi", "python"] @@ -19,7 +19,7 @@ name = "libreda" crate-type = ["cdylib"] [dependencies.pyo3] -version = "0.18" +version = "0.20" features = ["extension-module"] [dependencies]