Skip to content

Commit bd34326

Browse files
authored
Update setup.py
1 parent aaa67f3 commit bd34326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
long_description = fh.read()
55

66
setup(name='graphqlclient',
7-
version='0.2.1',
7+
version='0.2.2',
88
description='Simple GraphQL client for Python 2.7+',
99
long_description=long_description,
1010
long_description_content_type='text/markdown',
11-
url='https://github.com/graphcool/python-graphql-client',
11+
url='https://github.com/prismagraphql/python-graphql-client',
1212
author='prisma.io',
1313
author_email='hello@prisma.io',
1414
license='MIT',

0 commit comments

Comments
 (0)