From 58062d4945a85cd7adda560002953e3311ff0976 Mon Sep 17 00:00:00 2001 From: Nicholas Rempel Date: Wed, 24 Jul 2024 14:38:37 -0700 Subject: [PATCH] Bump py 0.1.8 --- 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 899ff93..5ddc989 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.7" +version = "0.1.8" edition = "2018" rust-version = "1.65" license = "Apache-2.0"