diff --git a/pyproject.toml b/pyproject.toml index 05f4db65..c6da76e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql-django" packages = [{ include = "strawberry_django" }] -version = "0.9.3" +version = "0.9.4" description = "Strawberry GraphQL Django extension" authors = ["Lauri Hintsala "] repository = "https://github.com/strawberry-graphql/strawberry-graphql-django"