Skip to content

Commit 9f678fd

Browse files
authored
Merge pull request #740 from jkimbo/release-2.1.1
Updated version to 2.1.1
2 parents 034765a + ec9526d commit 9f678fd

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

4040
__version__ = get_version(VERSION)
4141

0 commit comments

Comments
 (0)