From 756b51309a55e90ff818ea5af0e6027b64576af9 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Sun, 2 Mar 2025 16:09:09 +0100 Subject: [PATCH] bumped to version 0.1.3 --- TimeDispatcher/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeDispatcher/settings.py b/TimeDispatcher/settings.py index 95a4607..df0ad05 100644 --- a/TimeDispatcher/settings.py +++ b/TimeDispatcher/settings.py @@ -17,7 +17,7 @@ from dotenv import load_dotenv # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent -APP_VERSION = "0.1.2" +APP_VERSION = "0.1.3" load_dotenv(BASE_DIR / ".env")