Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed May 20, 2024
1 parent 9add4ba commit 869cd3f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/notebooks
2 changes: 1 addition & 1 deletion ehrapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = "Lukas Heumos"
__email__ = "[email protected]"
__version__ = "0.7.0"
__version__ = "0.8.0"

from ehrapy._settings import EhrapyConfig, ehrapy_settings

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 869cd3f

Please sign in to comment.