From 436f60470f4e368b026e28be39896aaf0b3772b3 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:16:59 -0400 Subject: [PATCH] Release Python trustfall v0.1.7 to get Python 3.12 wheels Fixes #649. --- pytrustfall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytrustfall/Cargo.toml b/pytrustfall/Cargo.toml index 59ee6c3e..3e40370c 100644 --- a/pytrustfall/Cargo.toml +++ b/pytrustfall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pytrustfall" -version = "0.1.6" +version = "0.1.7" rust-version.workspace = true edition.workspace = true authors.workspace = true