We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e405cea commit d65e431Copy full SHA for d65e431
‎graphene/__init__.py
@@ -34,7 +34,7 @@
34
from .utils.module_loading import lazy_import
35
36
37
-VERSION = (2, 0, 0, 'alpha', 0)
+VERSION = (2, 0, 0, 'final', 0)
38
39
__version__ = get_version(VERSION)
40
0 commit comments