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