bumped version to 0.1.2

This commit is contained in:
Louis Heredero 2025-03-01 14:21:22 +01:00
parent 87005efcf5
commit 842d0ff11e
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -17,7 +17,7 @@ from dotenv import load_dotenv
# Build paths inside the project like this: BASE_DIR / 'subdir'. # Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent BASE_DIR = Path(__file__).resolve().parent.parent
APP_VERSION = "0.1.1" APP_VERSION = "0.1.2"
load_dotenv(BASE_DIR / ".env") load_dotenv(BASE_DIR / ".env")