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 7faa7fc commit 5a13e14Copy full SHA for 5a13e14
‎graphql/__init__.py‎
@@ -33,7 +33,7 @@
33
__GRAPHQL_SETUP__ = False
34
35
36
-VERSION = (1, 0, 0, 'alpha', 0)
+VERSION = (1, 0, 0, 'final', 0)
37
38
__version__ = get_version(VERSION)
39
0 commit comments