Skip to content

Commit 9362866

Browse files
committed
v0.3.1: updated repo name
1 parent 41d16b8 commit 9362866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

carwatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""CARWatch: A Python package for improving the accuracy of cortisol awakening response sampling."""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.3.1"
44

55
from carwatch import example_data, labels, logs
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "carwatch"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A Python package for the CARWatch framework to improve cortisol awakening response sampling."
55
authors = [
66
"Annika Muecke <annika.muecke@fau.de>",

0 commit comments

Comments
 (0)