From c226113eaee53dfd96762aa91e008dcdba95c0b2 Mon Sep 17 00:00:00 2001 From: Christopher Evans Date: Fri, 15 Nov 2019 15:47:20 +0000 Subject: [PATCH] Bump to version 0.3.4 (#190) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 251d21cb..3974cef7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.3.3" +VERSION = "0.3.4" INSTALL_REQUIRES = [ "Django>=2.2",