v0.1.3: minor fixes #4

Merged
HEL merged 3 commits from dev into main 2025-03-02 15:10:43 +00:00
Showing only changes of commit 756b51309a - Show all commits

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.2" APP_VERSION = "0.1.3"
load_dotenv(BASE_DIR / ".env") load_dotenv(BASE_DIR / ".env")