Skip to content

Commit d65e431

Browse files
committed
Bump Graphene to 2.0 🎉
1 parent e405cea commit d65e431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎graphene/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from .utils.module_loading import lazy_import
3535

3636

37-
VERSION = (2, 0, 0, 'alpha', 0)
37+
VERSION = (2, 0, 0, 'final', 0)
3838

3939
__version__ = get_version(VERSION)
4040

0 commit comments

Comments
 (0)