From fceb9e63e5929cc4978a4ba8beb67b01809efecf Mon Sep 17 00:00:00 2001 From: Matthieu Rigal Date: Wed, 8 Apr 2020 15:27:35 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b55bdbb..d8f3bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fallback-property" -version = "0.1.1" +version = "0.2.0" description = "A decorator which prefers a precalculated attribute over calling the decorated method." authors = [ "Jonas und der Wolf GmbH ",