diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8f7835..6a03d9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/gymrek-lab/TRTools/compare/v6.0.0...v6.0.1) (2024-02-21) + + +### Bug Fixes + +* clone command in `test_trtools.sh` testing script ([#214](https://github.com/gymrek-lab/TRTools/issues/214)) ([756a516](https://github.com/gymrek-lab/TRTools/commit/756a5169a352c23d0681d70e46d78599a79017a2)) + ## [6.0.0](https://github.com/gymrek-lab/TRTools/compare/v5.1.1...v6.0.0) (2024-02-19) diff --git a/pyproject.toml b/pyproject.toml index fbe138e2..6f9071de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "trtools" -version = "6.0.0" +version = "6.0.1" authors = [ "Melissa Gymrek ", "Gymrek Lab",