From b398587c56d882708d0b120bd13246c6e3e7b678 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 26 Oct 2023 14:23:52 +0200 Subject: [PATCH] py: bump version --- 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 21c24f6..cd4f30f 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.5" +version = "0.1.6" edition = "2018" rust-version = "1.65" license = "Apache-2.0"