From b94b742073faa049617803b0d0555d9f481438c1 Mon Sep 17 00:00:00 2001 From: Dan Jacob Date: Tue, 30 Mar 2021 16:46:52 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 634a9cc..4a429fb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # Third Party Libraries from setuptools import setup -version = "0.0.36" +version = "0.0.38" setup( name="django-turbo-response",