Skip to content

Commit 47c5e79

Browse files
committed
Updated version to 0.4.13
1 parent 8cba98f commit 47c5e79

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
@@ -2,12 +2,12 @@
22

33
setup(
44
name='graphql-core',
5-
version='0.4.12.1',
5+
version='0.4.13',
66
description='GraphQL implementation for Python',
77
url='https://github.com/graphql-python/graphql-core',
88
download_url='https://github.com/graphql-python/graphql-core/releases',
9-
author='Jake Heinz',
10-
author_email='me' '@' 'jh.gg',
9+
author='Syrus Akbary',
10+
author_email='me@syrusakbary.com',
1111
license='MIT',
1212
classifiers=[
1313
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)