update versions

This commit is contained in:
Thomas Kramer
2023-11-21 22:05:25 +01:00
parent 34559cb63e
commit 63cc7e8a17

View File

@@ -4,9 +4,9 @@
[package]
name = "libreda-python"
version = "0.0.3"
version = "0.0.4"
authors = ["Thomas Kramer <code@tkramer.ch>"]
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]