From 4e1384233400e80bc8a6296b11a6bed64baad16c Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Tue, 19 May 2020 17:58:21 -0400 Subject: [PATCH] Bump version --- shynet/shynet/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shynet/shynet/settings.py b/shynet/shynet/settings.py index ff7065c..29c2368 100644 --- a/shynet/shynet/settings.py +++ b/shynet/shynet/settings.py @@ -14,7 +14,7 @@ import os from django.contrib.messages import constants as messages # Increment on new releases -VERSION = "v0.4.0" +VERSION = "v0.4.1" # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))