We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f66ae commit 55a30cdCopy full SHA for 55a30cd
graphene_django_extras/__init__.py
@@ -7,7 +7,7 @@
7
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
8
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType
9
10
-VERSION = (0, 1, 3, 'alpha', '')
+VERSION = (0, 1, 3, 'alpha', '1')
11
12
__version__ = get_version(VERSION)
13
0 commit comments