From 32ab94b937c883afc9603b5e5a469a908a6ef3a1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 27 Oct 2023 11:13:47 +0200 Subject: [PATCH] Bump python version to 0.1.7 --- instant-segment-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index cd4f30f..5c52192 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.6" +version = "0.1.7" edition = "2018" rust-version = "1.65" license = "Apache-2.0"