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 83b8a92 commit 340396aCopy full SHA for 340396a
.gitignore
@@ -4,4 +4,7 @@
4
.tox
5
*.egg
6
*.egg-info
7
-.coverage
+.coverage
8
+/build/
9
+
10
+/dist/
setup.py
@@ -4,7 +4,7 @@
setup(
name='graphql-flask',
- version='0.0.1',
+ version='1.0.0',
description='Adds GraphQL support to your Flask application',
long_description=open('README.rst').read(),
url='https://github.com/graphql-python/graphql-flask',
0 commit comments