Skip to content

Commit 340396a

Browse files
committed
Updated Flask-GraphQL version package to 1.0.0
1 parent 83b8a92 commit 340396a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
.tox
55
*.egg
66
*.egg-info
7-
.coverage
7+
.coverage
8+
/build/
9+
10+
/dist/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='graphql-flask',
7-
version='0.0.1',
7+
version='1.0.0',
88
description='Adds GraphQL support to your Flask application',
99
long_description=open('README.rst').read(),
1010
url='https://github.com/graphql-python/graphql-flask',

0 commit comments

Comments
 (0)