Skip to content

Commit 05d7fb5

Browse files
authored
Bump version
1 parent 79b4a23 commit 05d7fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphene_django/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from .fields import DjangoConnectionField, DjangoListField
1+
xfrom .fields import DjangoConnectionField, DjangoListField
22
from .types import DjangoObjectType
33
from .utils import bypass_get_queryset
44

5-
__version__ = "3.1.3"
5+
__version__ = "3.1.4"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)