Skip to content

Commit 247fa3e

Browse files
committed
Prepare v0.5.8 release
1 parent 8291a60 commit 247fa3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [UNRELEASED] - YYYY-MM-DD
1+
## [0.5.8] - 2024-05-21
22
### Changed
33
- Switch to Keras 3 classifiers ([#217](https://github.com/cbrnr/sleepecg/pull/217) by [Clemens Brunner](https://github.com/cbrnr))
44

src/sleepecg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from sleepecg.plot import plot_ecg, plot_hypnogram
1818
from sleepecg.utils import get_toy_ecg
1919

20-
__version__ = "0.6.0-dev"
20+
__version__ = "0.5.8"

0 commit comments

Comments
 (0)