From e5cabfb8309a5fb1c38c13d549b29dff783d7d8f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 2 Feb 2023 10:25:20 +0100 Subject: [PATCH] py: bump bindings version to 0.3.3 --- instant-distance-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instant-distance-py/Cargo.toml b/instant-distance-py/Cargo.toml index 2885fda..1742ebf 100644 --- a/instant-distance-py/Cargo.toml +++ b/instant-distance-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-distance-py" -version = "0.3.2" +version = "0.3.3" edition = "2021" rust-version = "1.58" license = "MIT OR Apache-2.0"