diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0edbb60..4826646 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_. +0.7 +--- +- Test with GitHub Actions rather than Travis, lint with ``ruff`` rather than ``flake8``. + 0.6 --- - Allow negative site numbers. diff --git a/binarymap/__init__.py b/binarymap/__init__.py index 6ecd698..cda8844 100644 --- a/binarymap/__init__.py +++ b/binarymap/__init__.py @@ -14,7 +14,7 @@ __author__ = "`the Bloom lab `_" __email__ = "jbloom@fredhutch.org" -__version__ = "0.6" +__version__ = "0.7" __url__ = "https://github.com/jbloomlab/binarymap" from binarymap.binarymap import BinaryMap # noqa: F401