diff --git a/README.md b/README.md index 14850c9d..6227049c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ **A batteries included task runner that works well with [poetry](https://python-poetry.org/).** -[Read the docs](https://poethepoet.natn.io/) +**[Read the docs](https://poethepoet.natn.io/)**
diff --git a/poethepoet/__version__.py b/poethepoet/__version__.py index 11ac8e1a..5f4bb0b3 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.19.0" +__version__ = "0.20.0" diff --git a/pyproject.toml b/pyproject.toml index 8e453e17..0110d41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.19.0" +version = "0.20.0" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.md"