diff --git a/python/Cargo.toml b/python/Cargo.toml index 82c6013..aca737e 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python" -version = "0.10.0" +version = "0.10.1" edition = "2021" [lib] @@ -8,7 +8,7 @@ name = "neuromorphic_drivers" crate-type = ["cdylib"] [dependencies] -neuromorphic-drivers = "0.10.0" +neuromorphic-drivers = "0.10.1" numpy = "0.19" paste = "1.0" pyo3 = {version = "0.19", features = ["extension-module"]} diff --git a/python/pyproject.toml b/python/pyproject.toml index d00e31e..4256f9d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ authors = [ {name = "International Centre for Neuromorphic Systems"}, {name = "Alexandre Marcireau"}, ] -version = "0.10.0" +version = "0.10.1" requires-python = ">=3.8" dependencies = ["numpy>=1.24"]