From 49aba7f8f5f318c0b6b9f107c18c2bfdc76ce0f1 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Wed, 1 Nov 2023 14:36:22 -0600 Subject: [PATCH] settling version issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2de4470..d879fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "WISDEM-pyFrame3DD" -version = "1.0.2" +version = "1.0.4" description = "Python bindings to Frame3DD, a code for static and dynamic structural analysis of 2D and 3D frames and trusses, with permission from Prof Henri Gavin" readme = "README.md" requires-python = ">=3.9"