diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abb1b1..62c4c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.2.0 (2024-11-21) + +### [minor] + +* Add Copy Script [minor] (#4) + +Co-authored-by: github-actions <github-actions@github.com> ([`9f76b3d`](https://github.com/icecube/simprod-histogram/commit/9f76b3d813f7d3175eb94c6f1cb4ed24c47ad4d3)) + + ## v0.1.0 (2024-11-21) ### diff --git a/pyproject.toml b/pyproject.toml index 3d14790..a9e283c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -version = "0.1.0" +version = "0.2.0" dependencies = ["h5py"] name = "icecube-simprod-histogram" description = "Utilities for working with histograms created for simprod"