From a7e06177104678cc2549d91704078cfc36469f75 Mon Sep 17 00:00:00 2001 From: Rami Chowdhury Date: Sun, 18 Sep 2022 12:16:29 -0400 Subject: [PATCH] Add Graphene 2 compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d7fe16..29f6567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "graphene_pydantic" -version = "0.3.0" +version = "0.4.0" description = "Graphene Pydantic integration" readme = "README.md" repository = "https://github.com/graphql-python/graphene-pydantic"