From d266433aef5a4ea2c0fe3238feffc45c26e87356 Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Sun, 27 Nov 2022 17:14:17 +0100 Subject: [PATCH] Bump version to 0.16.5 --- 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 abd732c5..09cac6d4 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.16.4" +__version__ = "0.16.5" diff --git a/pyproject.toml b/pyproject.toml index a0320f80..9f1be7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.16.4" +version = "0.16.5" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.rst"