Skip to content

Commit

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

# What's New?
Version 0.0.34
* Bug fix for contour smoothing on rectangular plates. The plate results were correct, but the contours were slightly off after adding the contour smoothing feature.

Versions 0.0.32 and 0.0.33
* Started work in integrating Travis-CI into GitHub for testing PyNite code.

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.33",
version="0.0.34",
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 a3f400f

Please sign in to comment.