From 3addd38aad1119be22a653abe2ddd0b01eb0c414 Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Fri, 2 Sep 2022 22:49:26 +0200 Subject: [PATCH] Bump version number to 0.16.2 --- 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 113af05a0..7f33bc097 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.16.1" +__version__ = "0.16.2" diff --git a/pyproject.toml b/pyproject.toml index c2fe533c8..ab33ab8e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.16.1" +version = "0.16.2" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.rst"