Skip to content

Commit

Permalink
Prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hofaflo committed Jan 14, 2022
1 parent dc901ca commit 11a06aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [UNRELEASED]
## [0.4.1] - 2022-01-14
### Fixed
- Fix `reader_dispatch` in `examples/benchmark/utils.py` not yielding anything ([#68](https://github.com/cbrnr/sleepecg/pull/68) by [Florian Hofer](https://github.com/hofaflo))

Expand Down
2 changes: 1 addition & 1 deletion sleepecg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .heartbeats import compare_heartbeats, detect_heartbeats, rri_similarity
from .io import * # noqa: F403

__version__ = '0.5.0-dev'
__version__ = '0.4.1'

0 comments on commit 11a06aa

Please sign in to comment.