Skip to content

Commit

Permalink
Fixed some minors bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Perez Amigo committed Nov 17, 2017
1 parent 68f66ae commit 55a30cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType

VERSION = (0, 1, 3, 'alpha', '')
VERSION = (0, 1, 3, 'alpha', '1')

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 55a30cd

Please sign in to comment.