Skip to content

Commit 00412a9

Browse files
committed
Updated package version
1 parent 7327c2a commit 00412a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django_extras/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
1010
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType
1111

12-
VERSION = (0, 3, 9, 'final', '')
12+
VERSION = (0, 4, 0, 'final', '')
1313

1414
__version__ = get_version(VERSION)
1515

0 commit comments

Comments
 (0)