Skip to content

Commit 5475a7a

Browse files
authored
v3.1.0
1 parent 9c3e4bb commit 5475a7a

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
@@ -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)