From 152f6879f1abd2e853aaff051332e7afac39e01e Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Sat, 13 Apr 2024 20:25:23 +0200 Subject: [PATCH] Bump version to 0.25.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 6fea77c0..71290cd5 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.25.0" +__version__ = "0.25.1" diff --git a/pyproject.toml b/pyproject.toml index ed805603..35b1cf07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.25.0" +version = "0.25.1" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.md"