From 71c53edbe504b21aa0591f55df16e7a919092168 Mon Sep 17 00:00:00 2001 From: Dan Jacob Date: Wed, 12 May 2021 12:44:44 +0300 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e398c81..5627ca9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from setuptools import find_packages, setup -VERSION = "0.0.48" +VERSION = "0.0.49" setup( name="django-turbo-response",