diff --git a/carwatch/__init__.py b/carwatch/__init__.py index 9a2a967..efa5684 100644 --- a/carwatch/__init__.py +++ b/carwatch/__init__.py @@ -1,6 +1,6 @@ """CARWatch: A Python package for improving the accuracy of cortisol awakening response sampling.""" -__version__ = "0.2.0" +__version__ = "0.3.0" from carwatch import example_data, labels, logs diff --git a/pyproject.toml b/pyproject.toml index ef784eb..d2fbfc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carwatch" -version = "0.2.0" +version = "0.3.0" description = "A Python package for the CARWatch framework to improve cortisol awakening response sampling." authors = [ "Annika Muecke ",