We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc1a8f commit 167c8c2Copy full SHA for 167c8c2
graphene/__init__.py
@@ -43,7 +43,7 @@
43
from .utils.module_loading import lazy_import
44
45
46
-VERSION = (2, 1, 6, "final", 0)
+VERSION = (2, 1, 7, "final", 0)
47
48
__version__ = get_version(VERSION)
49
0 commit comments