From 7e27288e8395cd21cbc2e26aa7d7e33e6c29a8fa Mon Sep 17 00:00:00 2001 From: Craig Brinck Date: Fri, 4 Feb 2022 09:52:22 -0500 Subject: [PATCH] Update for v0.0.64 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09776b2d..1cc21c8d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ PyNite depends on the following packages: * sympy: Only needed if you want to view the derivations used to build PyNite. # What's New? -v0.0.63 +v0.0.63 thru v0.0.64 * Fixed the `add_mesh` method. It was not working properly after version 0.0.62. * Made stability checks optional. Stability checks add significant solve time. If you are confident your model is stable, you can skip the stability check by toggling `check_stability` to `False` in your call to your analysis command. diff --git a/setup.py b/setup.py index d3c2ecae..5ea2dc88 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="PyNiteFEA", - version="0.0.63", + version="0.0.64", author="D. Craig Brinck, PE, SE", author_email="Building.Code@outlook.com", description="A simple elastic 3D structural finite element library for Python.",