We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d16b8 commit 9362866Copy full SHA for 9362866
carwatch/__init__.py
@@ -1,6 +1,6 @@
1
"""CARWatch: A Python package for improving the accuracy of cortisol awakening response sampling."""
2
3
-__version__ = "0.3.0"
+__version__ = "0.3.1"
4
5
from carwatch import example_data, labels, logs
6
pyproject.toml
[tool.poetry]
name = "carwatch"
-version = "0.3.0"
+version = "0.3.1"
description = "A Python package for the CARWatch framework to improve cortisol awakening response sampling."
authors = [
"Annika Muecke <annika.muecke@fau.de>",
0 commit comments