From 49eea6d576419c1492ee47c97e3c5071f68e366d Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Thu, 12 Aug 2021 23:06:44 -0400 Subject: [PATCH] Bump to 0.33.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3562fb48..21c3e3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unicorn" -version = "0.32.0" +version = "0.33.0" description = "A magical full-stack framework for Django." authors = ["Adam Hill "] license = "MIT"