We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ea5ba commit d6bddc5Copy full SHA for d6bddc5
1 file changed
setup.py
@@ -4,11 +4,11 @@
4
5
setup(
6
name='Sanic-GraphQL',
7
- version='1.0.0',
+ version='1.0.2',
8
description='Adds GraphQL support to your Sanic application',
9
long_description=open('README.rst').read(),
10
- url='https://github.com/grazor/sanic-graphql',
11
- download_url='https://github.com/grazor/sanic-graphql/releases',
+ url='https://github.com/graphql-python/sanic-graphql',
+ download_url='https://github.com/graphql-python/sanic-graphql/releases',
12
author='Sergey Porivaev',
13
author_email='porivaevs@gmail.com',
14
license='MIT',
0 commit comments