v0.1.4: minor fix #6

Merged
HEL merged 2 commits from fix/5-edit-orphan-project into dev 2025-04-23 21:59:32 +00:00
Showing only changes of commit 7d3f13657f - Show all commits

View File

@ -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.3"
APP_VERSION = "0.1.4"
load_dotenv(BASE_DIR / ".env")