From 507e8da5ef43e5fc118151e4ccf00bfad2ebacfb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 1 Apr 2021 11:04:42 +0200 Subject: [PATCH] Bump version to 0.8.0 --- 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 ad33261..977d99b 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] ahash = "0.7.2" bincode = "1.3.2" -instant-segment = { version = "0.7", path = "../instant-segment", features = ["with-serde"] } +instant-segment = { version = "0.8", path = "../instant-segment", features = ["with-serde"] } pyo3 = { version = "0.13.2", features = ["extension-module"] } smartstring = "0.2.6" diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index d44fd7a..495301f 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-segment" -version = "0.7.3" +version = "0.8.0" authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0"