From e47a1b79a33f0a3ecb0293b49eb61c5d5e479a66 Mon Sep 17 00:00:00 2001 From: Chris O'Dell Date: Wed, 7 Oct 2020 10:43:10 +0100 Subject: [PATCH] Bump the patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc6c910d..04dddc39 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "0.5.0" +VERSION = "0.5.1" INSTALL_REQUIRES = [ "Django>=2.2.9,<3",