We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3caa3e0 commit c93143aCopy full SHA for c93143a
graphql/__init__.py
@@ -33,7 +33,7 @@
33
__GRAPHQL_SETUP__ = False
34
35
36
-VERSION = (0, 5, 0, 'final', 0)
+VERSION = (0, 5, 1, 'final', 0)
37
38
__version__ = get_version(VERSION)
39
0 commit comments