diff --git a/poethepoet/__version__.py b/poethepoet/__version__.py index 7f33bc09..755df905 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.16.2" +__version__ = "0.16.3" diff --git a/pyproject.toml b/pyproject.toml index 55584e6b..80d1821e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.16.2" +version = "0.16.3" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.rst"