From 10c7896de189b49670988bb1f45f18c29e4dcbb7 Mon Sep 17 00:00:00 2001 From: sharkinsspatial Date: Tue, 12 May 2026 13:43:04 -0400 Subject: [PATCH] fix: Correct version tag for Python release. --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 8f69844..59c948d 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geodatafusion-python" -version = "0.3.0" +version = "0.3.1" edition = "2024" authors = ["Kyle Barron "] description = "Python bindings for geodatafusion, a geospatial extension to DataFusion"