Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jul 7, 2023
1 parent 690aa14 commit 688f394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 688f394

Please sign in to comment.