From de9ac0d138d62b9461f12417eefd0a4db670f0ce Mon Sep 17 00:00:00 2001 From: yezyilomo Date: Tue, 31 Dec 2024 10:29:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96Release=20v0.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_restql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_restql/__init__.py b/django_restql/__init__.py index a5f8f24..46c4dee 100644 --- a/django_restql/__init__.py +++ b/django_restql/__init__.py @@ -1,7 +1,7 @@ __title__ = 'Django RESTQL' __description__ = 'Turn your API made with Django REST Framework(DRF) into a GraphQL like API.' __url__ = 'https://yezyilomo.github.io/django-restql' -__version__ = '0.16.0' +__version__ = '0.16.1' __author__ = 'Yezy Ilomo' __author_email__ = 'yezileliilomo@hotmail.com' __license__ = 'MIT'