Skip to content

Commit 869cd3f

Browse files
committed
Version 0.8.0
Signed-off-by: zethson <lukas.heumos@posteo.net>
1 parent 9add4ba commit 869cd3f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "0.7.0 🌈"
2-
tag-template: 0.7.0
1+
name-template: "0.8.0 🌈"
2+
tag-template: 0.8.0
33
exclude-labels:
44
- "skip-changelog"
55

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
author = "Lukas Heumos"
1616
github_repo = "ehrapy"
1717

18-
version = "0.7.0"
19-
release = "0.7.0"
18+
version = "0.8.0"
19+
release = "0.8.0"
2020

2121
extensions = [
2222
"myst_parser",

ehrapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Lukas Heumos"
44
__email__ = "lukas.heumos@posteo.net"
5-
__version__ = "0.7.0"
5+
__version__ = "0.8.0"
66

77
from ehrapy._settings import EhrapyConfig, ehrapy_settings
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["hatchling"]
44

55
[project]
66
name = "ehrapy"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
description = "Electronic Health Record Analysis with Python."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)