From 344d733dcdc8b90c9384292f3e151da6a569bec5 Mon Sep 17 00:00:00 2001 From: Miles Bryant Date: Fri, 9 Aug 2019 13:58:48 +0100 Subject: [PATCH] Version -> 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a470fbf..12c27c97 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import find_packages, setup -VERSION = '0.0.2' +VERSION = '0.0.3' INSTALL_REQUIRES = [ 'Django>=2.2',