From 809748ba0787885ba5c9fd5a3d3229bfc2c6cf05 Mon Sep 17 00:00:00 2001 From: Omar2535 Date: Sun, 17 Nov 2024 20:21:50 -0500 Subject: [PATCH] Update version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 852e015..7fd97c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,9 @@ line-length = 180 [tool.poetry] name = "GraphQLer" -version = "2.3.5" +version = "2.3.6" description = "A cutting edge context aware GraphQL API fuzzing tool!" -authors = ["Omar2535 "] +authors = ["Omar2535 "] license = "MIT" readme = "README.md" package-mode = true