Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Nov 8, 2023
1 parent 4c62230 commit 2940898
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.6.0...HEAD)
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.6.1...HEAD)

## [v0.6.1](https://github.com/open2c/cooltools/compare/v0.6.0...v0.6.1)

### Maintenance
* Bug fix in CLI pileup


## [v0.6.0](https://github.com/open2c/cooltools/compare/v0.5.4...v0.6.0)

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.6.0"
__version__ = "0.6.1"

from . import lib

Expand Down

0 comments on commit 2940898

Please sign in to comment.