From 4b66184b838f06139b5934ef2cb51a53e8b64b4a Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Tue, 30 Apr 2024 23:14:36 +0200 Subject: [PATCH] Bump version to 0.26.1 --- 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 7c4a9591e..025f4c5d0 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.26.0" +__version__ = "0.26.1" diff --git a/pyproject.toml b/pyproject.toml index ad0d5f872..32d5fb531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.26.0" +version = "0.26.1" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.md"