minor ui improvements #2

Merged
HEL merged 4 commits from feat/ui-improvements-1 into dev 2025-03-01 13:23:52 +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")