Skip to content

Commit 785fcb3

Browse files
authored
Merge branch 'graphql-python:master' into master
2 parents 5d4e71f + 5475a7a commit 785fcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from .utils.module_loading import lazy_import
4242
from .utils.resolve_only_args import resolve_only_args
4343

44-
VERSION = (3, 0, 0, "final", 0)
44+
VERSION = (3, 1, 0, "final", 0)
4545

4646

4747
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)