Skip to content

Commit 05d7e61

Browse files
committed
Updated version to 2.1.0
1 parent d8aacc3 commit 05d7e61

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
@@ -35,7 +35,7 @@
3535
from .utils.module_loading import lazy_import
3636

3737

38-
VERSION = (2, 0, 1, 'final', 0)
38+
VERSION = (2, 1, 0, 'final', 0)
3939

4040
__version__ = get_version(VERSION)
4141

0 commit comments

Comments
 (0)