diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 196ac2a..0e64699 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib"] [dependencies] ahash = "0.7.2" bincode = "1.3.2" -instant-segment = { version = "0.8.2", path = "../instant-segment", features = ["with-serde"] } +instant-segment = { version = "0.9", path = "../instant-segment", features = ["with-serde"] } pyo3 = { version = "0.16", features = ["extension-module"] } smartstring = "1" diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index b85bc51..4445089 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment" -version = "0.8.3" +version = "0.9.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0"