From 32689ca6252d0da09232087ad8f97ea9337036eb Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Wed, 26 Jun 2024 21:38:33 +0200 Subject: [PATCH] Bump version to 0.27.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 025f4c5d..cde6d897 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.26.1" +__version__ = "0.27.0" diff --git a/pyproject.toml b/pyproject.toml index 4ee18837..b9f8711b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.26.1" +version = "0.27.0" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.md"