Skip to content

Commit

Permalink
Updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
eamigo86 committed Dec 23, 2018
1 parent 7327c2a commit 00412a9
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 @@ -9,7 +9,7 @@
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType

VERSION = (0, 3, 9, 'final', '')
VERSION = (0, 4, 0, 'final', '')

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 00412a9

Please sign in to comment.