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 8cba98f commit 47c5e79Copy full SHA for 47c5e79
setup.py
@@ -2,12 +2,12 @@
2
3
setup(
4
name='graphql-core',
5
- version='0.4.12.1',
+ version='0.4.13',
6
description='GraphQL implementation for Python',
7
url='https://github.com/graphql-python/graphql-core',
8
download_url='https://github.com/graphql-python/graphql-core/releases',
9
- author='Jake Heinz',
10
- author_email='me' '@' 'jh.gg',
+ author='Syrus Akbary',
+ author_email='me@syrusakbary.com',
11
license='MIT',
12
classifiers=[
13
'Development Status :: 5 - Production/Stable',
0 commit comments