From 688f39464665c89f21658e64bc3d2145ae15a75a Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Fri, 7 Jul 2023 15:06:56 +1000 Subject: [PATCH] Bump versions --- drivers/Cargo.toml | 2 +- python/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/Cargo.toml b/drivers/Cargo.toml index f8b4f71..809f5f0 100644 --- a/drivers/Cargo.toml +++ b/drivers/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Alexandre Marcireau", ] description = "Neuromorphic devices drivers" -version = "0.4.0" +version = "0.5.0" edition = "2021" license-file = "../LICENSE" homepage = "https://github.com/neuromorphicsystems/neuromorphic-rs/" diff --git a/python/Cargo.toml b/python/Cargo.toml index 156712c..d112a24 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -9,14 +9,14 @@ crate-type = ["cdylib"] [dependencies] bincode = "1.3.3" -neuromorphic-drivers = {path = "../drivers"} +neuromorphic-drivers = "0.5" numpy = "0.19" paste = "1.0" pyo3 = {version = "0.19", features = ["extension-module"]} [build-dependencies] cc = "1.0" -neuromorphic-drivers = {path = "../drivers"} +neuromorphic-drivers = "0.5" paste = "1.0" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"