diff --git a/CHANGELOG.md b/CHANGELOG.md index 777bff5..ac949e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.4.5](https://github.com/deepgenomics/GenomeKit/compare/v7.4.4...v7.4.5) (2026-05-19) + + +### Miscellaneous Chores + +* support py313 ([#233](https://github.com/deepgenomics/GenomeKit/issues/233)) ([7c49e9c](https://github.com/deepgenomics/GenomeKit/commit/7c49e9c7cf9004a1b4d0bd4a99625a4132ab5e82)), closes [#102](https://github.com/deepgenomics/GenomeKit/issues/102) + ## [7.4.4](https://github.com/deepgenomics/GenomeKit/compare/v7.4.3...v7.4.4) (2026-05-04) diff --git a/setup.py b/setup.py index b523c5f..0d297c0 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "twobitreader>=3.1", ] -version = "7.4.4" +version = "7.4.5" # See https://stackoverflow.com/questions/9977889/how-to-include-license-file-in-setup-py-script/66443941#66443941 class egg_info_ex(egg_info):