8000 1.0.2 release · graphql-python/sanic-graphql@d6bddc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6bddc5

Browse files
committed
1.0.2 release
1 parent e0ea5ba commit d6bddc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
setup(
66
name='Sanic-GraphQL',
7-
version='1.0.0',
7+
version='1.0.2',
88
description='Adds GraphQL support to your Sanic application',
99
long_description=open('README.rst').read(),
10-
url='https://github.com/grazor/sanic-graphql',
11-
download_url='https://github.com/grazor/sanic-graphql/releases',
10+
url='https://github.com/graphql-python/sanic-graphql',
11+
download_url='https://github.com/graphql-python/sanic-graphql/releases',
1212
author='Sergey Porivaev',
1313
author_email='porivaevs@gmail.com',
1414
license='MIT',

0 commit comments

Comments
 (0)
0