From 05933eae076da80fc53cf9514059b278488d1ba2 Mon Sep 17 00:00:00 2001 From: Michael Partheil Date: Mon, 16 Oct 2023 18:51:12 +0200 Subject: [PATCH] Bump version to 0.11 --- 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 36064ff..21c24f6 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib"] [dependencies] bincode = "1.3.2" -instant-segment = { version = "0.10", path = "../instant-segment", features = ["with-serde"] } +instant-segment = { version = "0.11", path = "../instant-segment", features = ["with-serde"] } pyo3 = { version = "0.20", features = ["extension-module"] } smartstring = "1" diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index e2f71d9..f9380ed 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment" -version = "0.10.1" +version = "0.11.0" edition = "2018" rust-version = "1.65" license = "Apache-2.0"