Skip to content

Commit

Permalink
Patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus authored Jan 23, 2023
1 parent fd8ebe1 commit 9bacc06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion cooltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
import logging

__version__ = "0.5.3"
__version__ = "0.5.4"

from . import lib

Expand Down

0 comments on commit 9bacc06

Please sign in to comment.