From eb66a12da889ed4d925c4181e0499f53f56b84df Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 5 Aug 2024 20:06:22 +0100 Subject: [PATCH] reset version --- core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index 86cec40..db6e48a 100644 --- a/core/settings.py +++ b/core/settings.py @@ -5,7 +5,7 @@ from pathlib import Path from django.utils import timezone -VERSION = "0.1.2" +VERSION = "0.1.0" # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib BASE_DIR = Path(__file__).parent.parent