From f3dda327447132390e34f03e39162c62168ee8f8 Mon Sep 17 00:00:00 2001 From: zethson Date: Sat, 4 Jan 2025 16:21:05 +0100 Subject: [PATCH] Prepare 0.10.0 Signed-off-by: zethson --- .github/release-drafter.yml | 4 ++-- pertpy/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e808e655..c747f190 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: "0.9.5 🌈" -tag-template: 0.9.5 +name-template: "0.10.0 🌈" +tag-template: 0.10.0 exclude-labels: - "skip-changelog" diff --git a/pertpy/__init__.py b/pertpy/__init__.py index a5c126c2..469e33d2 100644 --- a/pertpy/__init__.py +++ b/pertpy/__init__.py @@ -2,7 +2,7 @@ __author__ = "Lukas Heumos" __email__ = "lukas.heumos@posteo.net" -__version__ = "0.9.5" +__version__ = "0.10.0" import warnings diff --git a/pyproject.toml b/pyproject.toml index 6273a457..e8be390a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "pertpy" -version = "0.9.5" +version = "0.10.0" description = "Perturbation Analysis in the scverse ecosystem." readme = "README.md" requires-python = ">=3.10,<3.13"