From 9bacc06692842f31049a8efd2d66f48ef3a39d7d Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Mon, 23 Jan 2023 18:45:50 -0500 Subject: [PATCH] Patch version bump --- CHANGELOG.md | 8 +++++++- cooltools/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbe9f14..a8e554a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release notes -## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.3...HEAD) +## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.4...HEAD) + +## [v0.5.4](https://github.com/open2c/cooltools/compare/v0.5.3...v0.5.4) + +### Maintenance + +* Updated import statements and requirements to use cooler 0.9. ## [v0.5.3](https://github.com/open2c/cooltools/compare/v0.5.2...v0.5.3) diff --git a/cooltools/__init__.py b/cooltools/__init__.py index 3747c325..66514f5d 100644 --- a/cooltools/__init__.py +++ b/cooltools/__init__.py @@ -11,7 +11,7 @@ """ import logging -__version__ = "0.5.3" +__version__ = "0.5.4" from . import lib