Skip to content

Commit d4a369c

Browse files
committed
Update for 0.0.61
1 parent d8fab2f commit d4a369c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PyNite depends on the following packages:
6262
* sympy: Only needed if you want to view the derivations used to build PyNite.
6363

6464
# What's New?
65-
v0.0.57 & 0.0.60
65+
v0.0.57 thru 0.0.61
6666
* Fixed a stubborn bug that wouldn't create openings if they didn't have a node inside them. This prevented openings from showing up in small meshes.
6767
* Added unit testing to help identify similar problems with mesh openings in the future.
6868

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="PyNiteFEA",
8-
version="0.0.60",
8+
version="0.0.61",
99
author="D. Craig Brinck, PE, SE",
1010
author_email="Building.Code@outlook.com",
1111
description="A simple elastic 3D structural finite element library for Python.",

0 commit comments

Comments
 (0)