Skip to content

Commit

Permalink
increment version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Sep 20, 2024
1 parent 0af17d8 commit a972e4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com>`_.

0.7
---
- Test with GitHub Actions rather than Travis, lint with ``ruff`` rather than ``flake8``.

0.6
---
- Allow negative site numbers.
Expand Down
2 changes: 1 addition & 1 deletion binarymap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__author__ = "`the Bloom lab <https://jbloomlab.org>`_"
__email__ = "[email protected]"
__version__ = "0.6"
__version__ = "0.7"
__url__ = "https://github.com/jbloomlab/binarymap"

from binarymap.binarymap import BinaryMap # noqa: F401

0 comments on commit a972e4e

Please sign in to comment.