From d71a8cb5afd0c0286933428730dcdbb80a5ab9ad Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Tue, 28 Jun 2022 22:12:35 -0300 Subject: [PATCH] chore: Release 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1e4a7f7..a324220f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql-django" packages = [{ include = "strawberry_django" }] -version = "0.3" +version = "0.3.1" description = "Strawberry GraphQL Django extension" authors = ["Lauri Hintsala "] repository = "https://github.com/strawberry-graphql/strawberry-graphql-django"