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"