From 2940898b4e9dce82f9442abe86888a9752e9f694 Mon Sep 17 00:00:00 2001 From: Phlya Date: Wed, 8 Nov 2023 15:54:10 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 +++++++- cooltools/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f78ad775..ec4066b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/cooltools/__init__.py b/cooltools/__init__.py index a74fc7fe..1eeb16b2 100644 --- a/cooltools/__init__.py +++ b/cooltools/__init__.py @@ -11,7 +11,7 @@ """ import logging -__version__ = "0.6.0" +__version__ = "0.6.1" from . import lib