From 1a436c6eb67f452e1c67839e8960c8e98ba0c073 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Sat, 3 Aug 2024 23:44:40 +0100 Subject: [PATCH] reset versioning --- .bumpversion.cfg | 2 +- core/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e732469..af96ff2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.0 commit = True tag = True diff --git a/core/settings.py b/core/settings.py index ba430a7..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.4" +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