Skip to content

Commit

Permalink
Update for v0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Jul 26, 2021
1 parent d9d4b32 commit 540a1f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ Here's a list of projects that run on PyNite:
* Standard Solver (https://www.standardsolver.com/)

# What's New?
Version 0.0.40
* Added support springs.
* Reorganized visualization code.

Version 0.0.39
* Made console output optional. By default it is now turned off.
* Fixed a warning that occured during P-Delta analysis. Sparse matrix solution efficiency was poor.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="PyNiteFEA",
version="0.0.39",
version="0.0.40",
author="D. Craig Brinck, PE, SE",
author_email="[email protected]",
description="A simple elastic 3D structural finite element library for Python.",
Expand Down

0 comments on commit 540a1f9

Please sign in to comment.