diff --git a/setup.py b/setup.py index fe697ac..5c7e92a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="Sanic-GraphQL", - version="1.1.0", + version="1.2.0", description="Adds GraphQL support to your Sanic application", long_description=open("README.rst", encoding="utf-8").read(), url="https://github.com/graphql-python/sanic-graphql",