We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa67f3 commit bd34326Copy full SHA for bd34326
setup.py
@@ -4,11 +4,11 @@
4
long_description = fh.read()
5
6
setup(name='graphqlclient',
7
- version='0.2.1',
+ version='0.2.2',
8
description='Simple GraphQL client for Python 2.7+',
9
long_description=long_description,
10
long_description_content_type='text/markdown',
11
- url='https://github.com/graphcool/python-graphql-client',
+ url='https://github.com/prismagraphql/python-graphql-client',
12
author='prisma.io',
13
author_email='hello@prisma.io',
14
license='MIT',
0 commit comments