Skip to content

Commit

Permalink
Prepare v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hofaflo committed Mar 22, 2022
1 parent 23f3636 commit 3de9dfa
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] - YYYY-MM-DD
## [0.5.0] - 2022-03-22
### Added
- Add metadata feature extraction ([#70](https://github.com/cbrnr/sleepecg/pull/70) by [Florian Hofer](https://github.com/hofaflo))
- Add ability to read annotated heartbeats and subject data from SHHS ([#72](https://github.com/cbrnr/sleepecg/pull/72) 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 @@ -16,4 +16,4 @@
from .heartbeats import compare_heartbeats, detect_heartbeats, rri_similarity
from .io import * # noqa: F403

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

0 comments on commit 3de9dfa

Please sign in to comment.