Skip to content

Commit 55a30cd

Browse files
author
Ernesto Perez Amigo
committed
Fixed some minors bugs
1 parent 68f66ae commit 55a30cd

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
@@ -7,7 +7,7 @@
77
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
88
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType
99

10-
VERSION = (0, 1, 3, 'alpha', '')
10+
VERSION = (0, 1, 3, 'alpha', '1')
1111

1212
__version__ = get_version(VERSION)
1313

0 commit comments

Comments
 (0)