Skip to content

Commit

Permalink
New version of Kurbo, API fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 20, 2024
1 parent 4b12b32 commit 5c07a4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "kurbopy"
version = "0.11.0"
version = "0.11.1"
authors = ["Simon Cozens <[email protected]>"]
edition = "2021"
rust-version = "1.65"

[dependencies]
kurbo = { version = "0.11.0" }
kurbo = { version = "0.11.1" }
pyo3 = { version = "^0.21.2", features = ["extension-module", "abi3-py37", "multiple-pymethods"] }
itertools = "0.10.3"

Expand Down

0 comments on commit 5c07a4d

Please sign in to comment.