Skip to content

Commit

Permalink
Merge pull request #7 from StructuralPython/releases/v0.4.3
Browse files Browse the repository at this point in the history
Releases/v0.4.3
connorferster authored Jun 20, 2024
2 parents fe8ea54 + f0c7edd commit c03c52a
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ jobs:
python-version: '3.x'
- name: Build package
run: |
pip install flit
flit build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
2 changes: 1 addition & 1 deletion pfse_starterkit/__init__.py
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
in preparation for the StructuralPython "Python for Structural Engineers" ("PfSE")
course.
"""
__version__ = "0.4.2"
__version__ = "0.4.3"

0 comments on commit c03c52a

Please sign in to comment.