Skip to content

Commit

Permalink
python binding: version bump + dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 22, 2024
1 parent c0933e1 commit 3b30f5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ license = "GPL-3.0+"
name = "analiticcl-python"
readme = "README.md"
repository = "https://github.com/proycon/analiticcl"
version = "0.4.5" #also change version in dependencies below
version = "0.4.6" #also change version in dependencies below

[lib]
name = "analiticcl"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.18.1"
rayon = "1.6.1"
analiticcl = "0.4.5"
pyo3 = "0.20.3"
rayon = "1.10.0"
analiticcl = "0.4.6"

#compile against version in same repo: (doesn't work when building with maturin for pypi)
#[dependencies.analiticcl]
Expand Down

0 comments on commit 3b30f5f

Please sign in to comment.