From 5919e6acc85fc63f6e1c9672ffd8d7a0058a9283 Mon Sep 17 00:00:00 2001 From: Michael Brunner Date: Wed, 24 Jan 2024 09:29:12 +0100 Subject: [PATCH] - increment version nr --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92ebaa4..dcbcf4a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='cwapi3d', - version='30.319.0', + version='30.319.1', author='Cadwork', author_email='it@cadwork.ca', description='Python bindings for CwAPI3D',