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