From 22fff673e6acb224e61ba50ec46782d6543da58f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 15 Aug 2022 10:08:10 +0200 Subject: [PATCH] Bump version to 0.10 --- instant-segment-py/Cargo.toml | 2 +- instant-segment/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 9439d5a..6db5127 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib"] [dependencies] ahash = "0.8" bincode = "1.3.2" -instant-segment = { version = "0.9", path = "../instant-segment", features = ["with-serde"] } +instant-segment = { version = "0.10", 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 1edb350..0f1e893 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment" -version = "0.9.0" +version = "0.10.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0"