diff --git a/django_restql/__init__.py b/django_restql/__init__.py index 02a198f..2db9703 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.15.3' +__version__ = '0.15.4' __author__ = 'Yezy Ilomo' __author_email__ = 'yezileliilomo@hotmail.com' __license__ = 'MIT'