From a5deae92ca2f74ccc17a14c5048346121e3ad1b5 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 13 Sep 2022 11:46:06 +0200 Subject: [PATCH] Bump version for Python bindings to 0.1.5 --- 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 e21251c..0ca3b37 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.4" +version = "0.1.5" edition = "2018" license = "Apache-2.0" workspace = ".."