From 4d5e2728b67b71df303d52adbdd92efdb5cb0c9a Mon Sep 17 00:00:00 2001 From: Michael Brunner <71121348+Brunner246@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:05:39 +0100 Subject: [PATCH] Update pyproject.toml - increment version patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4971798..478aca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cwapi3d" -version = "30.443.8" +version = "30.443.9" authors = [{ name = "Cadwork", email = "it@cadwork.ca" }] requires-python = ">= 3.10" description = 'Python bindings for CwAPI3D'