Skip to content

Commit

Permalink
Version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgray-19 committed Nov 24, 2023
1 parent 7627e7f commit 1797f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.3 (2023/11/25)

Update GitHub Actions to always use the latest version of MAD-NG \
Update tests to be more robust.

0.4.2 (2023/10/18)

Add `to_df` method to objects, allowing for easy conversion to pandas dataframes. \
Expand Down
2 changes: 1 addition & 1 deletion src/pymadng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .madp_object import MAD

__title__ = "pymadng"
__version__ = "0.4.2"
__version__ = "0.4.3"

__summary__ = "Python interface to MAD-NG running as subprocess"
__uri__ = "https://github.com/MethodicalAcceleratorDesign/MADpy"
Expand Down

0 comments on commit 1797f81

Please sign in to comment.