Skip to content

Commit

Permalink
Bump version to v0.2.7 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
afroch authored Jul 18, 2023
1 parent 35ad70d commit fd49cd3
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
Expand Up @@ -2,6 +2,8 @@

### [Latest]

### [v0.2.7] (2023/07/17)

- Updating ATLAS-FTAG-Tools package [!190](https://github.com/umami-hep/puma/pull/190)
- Adding Data/MC Plots capabilities to the histogram classes [!187](https://github.com/umami-hep/puma/pull/187)

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.2.6"
__version__ = "0.2.7"

from puma.histogram import Histogram, HistogramPlot
from puma.line_plot_2d import Line2D, Line2DPlot
Expand Down

0 comments on commit fd49cd3

Please sign in to comment.