From 185f08effea74cc0ac3c4c1b7be1b2aa9a7fb30c Mon Sep 17 00:00:00 2001 From: Chris O'Dell Date: Fri, 4 Oct 2019 11:01:40 +0100 Subject: [PATCH] Bump response to 0.1.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20d99ba6..3ea9a17b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.1.13" +VERSION = "0.1.14" INSTALL_REQUIRES = [ "Django>=2.2",