Skip to content

Commit

Permalink
Prepare v0.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed May 21, 2024
1 parent 8291a60 commit 247fa3e
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.8] - 2024-05-21
### Changed
- Switch to Keras 3 classifiers ([#217](https://github.com/cbrnr/sleepecg/pull/217) by [Clemens Brunner](https://github.com/cbrnr))

Expand Down
2 changes: 1 addition & 1 deletion src/sleepecg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from sleepecg.plot import plot_ecg, plot_hypnogram
from sleepecg.utils import get_toy_ecg

__version__ = "0.6.0-dev"
__version__ = "0.5.8"

0 comments on commit 247fa3e

Please sign in to comment.