From e6354768d5c55e573d587161177cb61c90c02249 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Thu, 31 Oct 2024 00:17:14 +0100 Subject: [PATCH] Bump version to 5.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 178ca65..a116b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiogqlc" -version = "5.2.0" +version = "5.3.0" description = "aiohttp based GraphQL client" authors = ["Jonathan Ehwald "] license = "MIT"