From bdf986e0f66ec7ef9efb59c8dd13d99b7257d403 Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Thu, 4 Jun 2020 23:18:57 +0200 Subject: [PATCH] v0.1.0 --- 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 27fdca497..3dc1f76bc 100644 --- a/poethepoet/__version__.py +++ b/poethepoet/__version__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.1.0" diff --git a/pyproject.toml b/pyproject.toml index baab275d3..bee607e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poethepoet" -version = "0.0.3" +version = "0.1.0" description = "A task runner that works well with poetry." authors = ["Nat Noordanus "] readme = "README.rst"