From caf7ba819a52c952225d8addb1eaea923ec30294 Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Sat, 30 Sep 2023 21:13:35 +0200 Subject: [PATCH] Bump version to 0.24.0 --- poethepoet/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poethepoet/__version__.py b/poethepoet/__version__.py index 8b301a77..770bb8d0 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.23.0" +__version__ = "0.24.0" diff --git a/pyproject.toml b/pyproject.toml index 282c93b0..37587231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.23.0" +version = "0.24.0" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.md"