v0.1.2: Minor ui improvements #3

Merged
HEL merged 5 commits from dev into main 2025-03-01 13:25:14 +00:00
Showing only changes of commit 842d0ff11e - 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.1"
APP_VERSION = "0.1.2"
load_dotenv(BASE_DIR / ".env")