From dc276384e022cc994d16d0a52072c9ccb26be9cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:27:29 -0700 Subject: [PATCH] chore(master): release 6.0.2 (#219) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a03d9ee..cbe1d773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.2](https://github.com/gymrek-lab/TRTools/compare/v6.0.1...v6.0.2) (2024-06-24) + + +### Bug Fixes + +* support for numpy 2.0 ([#220](https://github.com/gymrek-lab/TRTools/issues/220)) ([8661226](https://github.com/gymrek-lab/TRTools/commit/86612265fc0302ad86ebed48787530d0b4b95550)) + + +### Documentation + +* update hipstr link ([#217](https://github.com/gymrek-lab/TRTools/issues/217)) ([e1f8511](https://github.com/gymrek-lab/TRTools/commit/e1f8511ff070bc74b40318e95f7fe7a7bda57bb8)) + ## [6.0.1](https://github.com/gymrek-lab/TRTools/compare/v6.0.0...v6.0.1) (2024-02-21) diff --git a/pyproject.toml b/pyproject.toml index 3177511e..bc84fdb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "trtools" -version = "6.0.1" +version = "6.0.2" authors = [ "Melissa Gymrek ", "Gymrek Lab",