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 796880f commit ffb7701Copy full SHA for ffb7701
graphene/__init__.py
@@ -42,7 +42,7 @@
42
from .utils.module_loading import lazy_import
43
44
45
-VERSION = (3, 0, 0, "alpha", 0)
+VERSION = (3, 0, 0, "alpha", 1)
46
47
48
__version__ = get_version(VERSION)
0 commit comments