diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ae3cd..777bff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.4.4](https://github.com/deepgenomics/GenomeKit/compare/v7.4.3...v7.4.4) (2026-05-04) + + +### Miscellaneous Chores + +* macos-13 github actions builder no longer available ([#225](https://github.com/deepgenomics/GenomeKit/issues/225)) ([a8db54b](https://github.com/deepgenomics/GenomeKit/commit/a8db54b630e9b6d51a119288b1e7770350545207)) + ## [7.4.3](https://github.com/deepgenomics/GenomeKit/compare/v7.4.2...v7.4.3) (2026-05-04) diff --git a/setup.py b/setup.py index 9206b6b..2413b60 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "twobitreader>=3.1", ] -version = "7.4.3" +version = "7.4.4" # See https://stackoverflow.com/questions/9977889/how-to-include-license-file-in-setup-py-script/66443941#66443941 class egg_info_ex(egg_info):