From f081d4b1710e61aa51f9ca866fdec51459cbb2a4 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 28 May 2021 14:34:04 +0200 Subject: [PATCH] py: bump version to 0.1.1 --- instant-segment-py/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 977d99b..14e4eae 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment-py" -version = "0.1.0" +version = "0.1.1" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] ahash = "0.7.2" bincode = "1.3.2" -instant-segment = { version = "0.8", path = "../instant-segment", features = ["with-serde"] } +instant-segment = { version = "0.8.2", path = "../instant-segment", features = ["with-serde"] } pyo3 = { version = "0.13.2", features = ["extension-module"] } smartstring = "0.2.6"