Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanstroud committed Nov 18, 2024
1 parent 0227b9d commit 716af0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### [Latest]

### [v0.4.1] (2024/11/18)
- Update tools package version [!296](https://github.com/umami-hep/puma/pull/296)
- Adding functions to process truth hadron information and associate tracks to hadrons [!285](https://github.com/umami-hep/puma/pull/285)
- Adding new n_tracks_origin plots [!294](https://github.com/umami-hep/puma/pull/294)
Expand Down
2 changes: 1 addition & 1 deletion puma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# flake8: noqa

__version__ = "0.4.0"
__version__ = "0.4.1"

from puma.histogram import Histogram, HistogramPlot
from puma.integrated_eff import IntegratedEfficiency, IntegratedEfficiencyPlot
Expand Down

0 comments on commit 716af0e

Please sign in to comment.