Skip to content

Commit e71a521

Browse files
authored
Update __init__.py
1 parent eb5108f commit e71a521

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, 'final', 0)
37+
VERSION = (2, 0, 1, 'final', 0)
3838

3939
__version__ = get_version(VERSION)
4040

0 commit comments

Comments
 (0)