From 53d2ac670949114ece8ba8622f8238a842a041ff Mon Sep 17 00:00:00 2001 From: Mitchel Cabuloy Date: Tue, 1 Aug 2023 13:01:08 +0800 Subject: [PATCH] Bump version 0.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95587f1..d1867eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slippers" -version = "0.6.1" +version = "0.6.2" description = "Build reusable components in Django without writing a single line of Python." authors = ["Mitchel Cabuloy "] keywords = ["django", "components"]