From 4c7d250abf039e60dd9a125e771034732c7bb02e Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Sat, 24 Feb 2024 07:36:25 -0500 Subject: [PATCH] Update pyproject.toml Fix the winreg issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 252517c..8c98535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygeoweaver" -version = "0.9.11" +version = "0.9.12" authors = [{ name="Geoweaver team", email="geoweaver.app@gmail.com" }] description = "This is a wrapper package of the Geoweaver app." readme = "README.md"