Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b20bbdc

Browse files
authoredSep 8, 2022
v3.1.1
1 parent 694c1db commit b20bbdc

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
@@ -42,7 +42,7 @@
4242
from .utils.module_loading import lazy_import
4343
from .utils.resolve_only_args import resolve_only_args
4444

45-
VERSION = (3, 1, 0, "final", 0)
45+
VERSION = (3, 1, 1, "final", 0)
4646

4747

4848
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)
Please sign in to comment.