reset version

This commit is contained in:
Corban-Lee Jones 2024-08-05 20:06:22 +01:00
parent 48606304c8
commit eb66a12da8

View File

@ -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