From d77771a5b3a8530aa189158973418576d1bc18ad Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Thu, 21 Sep 2023 12:22:41 -0300 Subject: [PATCH] chore(release): release 0.17.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 154377e2..466720b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql-django" packages = [{ include = "strawberry_django" }] -version = "0.17.2" +version = "0.17.3" description = "Strawberry GraphQL Django extension" authors = [ "Lauri Hintsala ",