Skip to content

Commit

Permalink
Bump the Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Dec 7, 2023
1 parent 2a0dc87 commit c11b845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "python"
version = "0.10.0"
version = "0.10.1"
edition = "2021"

[lib]
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"]}
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit c11b845

Please sign in to comment.