diff --git a/README.md b/README.md index d8cf7e6..593ce23 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Here's a list of projects that use PyNite: * Phaenotyp (https://github.com/bewegende-Architektur/Phaenotyp) (https://youtu.be/shloSw9HjVI) # What's New? -v0.0.98 +v0.0.99 * Bug fix for `FEModel3D.add_section`. It was throwing exceptions and had not been updated to match the examples. * Improvements to spring rendering in `pyvista`. Up until this point spring elements were being rendered as lines. They now render as zigzag lines in `pyvista`. There is still more work for improvement on spring rendering, but this is a good start. diff --git a/setup.py b/setup.py index e1fe56f..87a5609 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="PyNiteFEA", - version="0.0.98", + version="0.0.99", author="D. Craig Brinck, PE, SE", author_email="Building.Code@outlook.com", description="A simple elastic 3D structural finite element library for Python.",