Skip to content

Commit

Permalink
release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanstroud committed Feb 26, 2024
1 parent 6e0264f commit 6b5d1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### [Latest]

### [v0.3.3] (2024/02/26)
- Load ptau in Results class [!242](https://github.com/umami-hep/puma/pull/242)
- Update ruff, improve coverage [!241](https://github.com/umami-hep/puma/pull/241)
- Extend ftau support and remove discriminant code [!240](https://github.com/umami-hep/puma/pull/240)
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.3.2"
__version__ = "0.3.3"

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

0 comments on commit 6b5d1b6

Please sign in to comment.