We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8291a60 commit 247fa3eCopy full SHA for 247fa3e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [UNRELEASED] - YYYY-MM-DD
+## [0.5.8] - 2024-05-21
2
### Changed
3
- Switch to Keras 3 classifiers ([#217](https://github.com/cbrnr/sleepecg/pull/217) by [Clemens Brunner](https://github.com/cbrnr))
4
src/sleepecg/__init__.py
@@ -17,4 +17,4 @@
17
from sleepecg.plot import plot_ecg, plot_hypnogram
18
from sleepecg.utils import get_toy_ecg
19
20
-__version__ = "0.6.0-dev"
+__version__ = "0.5.8"
0 commit comments