Skip to content

Commit

Permalink
Merge pull request #233 from JWock82/main
Browse files Browse the repository at this point in the history
Match release to main
  • Loading branch information
JWock82 authored Dec 8, 2024
2 parents 5da529d + 3b3f45e commit 906b432
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: '__token__'
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYNITE }}
run: |
python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.98-100
* 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.

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.98",
version="0.0.100",
author="D. Craig Brinck, PE, SE",
author_email="Building.Code@outlook.com",
description="A simple elastic 3D structural finite element library for Python.",
Expand Down

0 comments on commit 906b432

Please sign in to comment.