diff --git a/pyproject.toml b/pyproject.toml index a68d02b..957e6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "aiographql-client" packages = [ { include = "aiographql", from = "src" } ] -version = "1.1.0" +version = "1.2.0a0" description = "An asyncio GraphQL client built on top of aiohttp and graphql-core-next" authors = [ "Arun Neelicattu "