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