From 00412a917466d4a5ec77fdfb96fb85b9ea7fc15a Mon Sep 17 00:00:00 2001 From: Ernesto Date: Sun, 23 Dec 2018 15:09:23 +0100 Subject: [PATCH] Updated package version --- graphene_django_extras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django_extras/__init__.py b/graphene_django_extras/__init__.py index c7283d4..ebc08b8 100644 --- a/graphene_django_extras/__init__.py +++ b/graphene_django_extras/__init__.py @@ -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)