From da9309a664430cce034796f07333a94b33b69a85 Mon Sep 17 00:00:00 2001 From: Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:04:42 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99403f..aaef7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clairvoyance" -version = "2.0.1" +version = "2.0.6" description = "Obtain GraphQL API Schema even if the introspection is not enabled" authors = [ "Nikita Stupin ",