From cce5622795f5c6db522e0d4c04e5387fc2a3a6e1 Mon Sep 17 00:00:00 2001 From: Berend Klein Haneveld Date: Thu, 13 Oct 2022 17:08:27 +0200 Subject: [PATCH] Bump version to 0.6.0 (#90) Changes included since 0.5.2: * Add provide/inject methods on component * Add parent property to component (changes Component.__init__ signature) * Several other small fixes and improvements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 255b4df..d4417ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "collagraph" -version = "0.5.2" +version = "0.6.0" description = "Reactive user interfaces" authors = ["Berend Klein Haneveld ", "Korijn van Golen "] license = "MIT"