From 0019c670357e00bc17871cb3acc142c1ba557dfd Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 11 May 2020 07:29:49 +0100 Subject: [PATCH] Version 0.3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53516c26..16ff7ec7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.3.8" +VERSION = "0.3.9" INSTALL_REQUIRES = [ "Django>=2.2.9,<3",