diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8023663d..23b16729 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: "0.7.0 🌈" -tag-template: 0.7.0 +name-template: "0.8.0 🌈" +tag-template: 0.8.0 exclude-labels: - "skip-changelog" diff --git a/docs/conf.py b/docs/conf.py index bf5a43f4..28b0606c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,8 +15,8 @@ author = "Lukas Heumos" github_repo = "ehrapy" -version = "0.7.0" -release = "0.7.0" +version = "0.8.0" +release = "0.8.0" extensions = [ "myst_parser", diff --git a/docs/tutorials/notebooks b/docs/tutorials/notebooks index 3a5a24fb..0b945f9a 160000 --- a/docs/tutorials/notebooks +++ b/docs/tutorials/notebooks @@ -1 +1 @@ -Subproject commit 3a5a24fbbd9882c6e381d9fe9a7446be2279f403 +Subproject commit 0b945f9a85edf606fe77c87605069d215cf6b02e diff --git a/ehrapy/__init__.py b/ehrapy/__init__.py index a5adf39b..ba7653ee 100644 --- a/ehrapy/__init__.py +++ b/ehrapy/__init__.py @@ -2,7 +2,7 @@ __author__ = "Lukas Heumos" __email__ = "lukas.heumos@posteo.net" -__version__ = "0.7.0" +__version__ = "0.8.0" from ehrapy._settings import EhrapyConfig, ehrapy_settings diff --git a/pyproject.toml b/pyproject.toml index 3136e5c1..7b4214a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "ehrapy" -version = "0.7.0" +version = "0.8.0" description = "Electronic Health Record Analysis with Python." readme = "README.md" requires-python = ">=3.9"