Skip to content

Commit d8fb63d

Browse files
committed
Bump versions
1 parent e3e8fa9 commit d8fb63d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
name: dist
7979
path: dist
8080
- run: mv wheelhouse/* dist/
81-
- uses: pypa/[email protected].10
81+
- uses: pypa/[email protected].14
8282
with:
8383
password: ${{ secrets.PYPI_API_TOKEN }}

python/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[package]
22
name = "python"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55

66
[lib]
77
name = "neuromorphic_drivers"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
neuromorphic-drivers = "0.13.0"
11+
neuromorphic-drivers = "0.13.1"
1212
numpy = "0.21.0"
1313
paste = "1.0"
1414
pyo3 = {version = "0.21", features = ["extension-module"]}
1515

1616
[build-dependencies]
1717
cc = "1.0"
18-
neuromorphic-drivers = "0.13.0"
18+
neuromorphic-drivers = "0.13.1"
1919
paste = "1.0"
2020
reflect = {path = "../reflect"}
2121
serde = {version = "1.0", features = ["derive"]}

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
{name = "International Centre for Neuromorphic Systems"},
88
{name = "Alexandre Marcireau"},
99
]
10-
version = "0.13.0"
10+
version = "0.13.1"
1111
requires-python = ">=3.8"
1212
dependencies = ["numpy>=1.24"]
1313

0 commit comments

Comments
 (0)