From c848163f77ac3225250c42d7821c013a317a6401 Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Sat, 9 Jul 2022 13:50:34 -0300 Subject: [PATCH] chore: Release 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a800374f..610df0c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql-django" packages = [{ include = "strawberry_django" }] -version = "0.3.1" +version = "0.4.0" description = "Strawberry GraphQL Django extension" authors = ["Lauri Hintsala "] repository = "https://github.com/strawberry-graphql/strawberry-graphql-django"