bumped to version 0.1.3

This commit is contained in:
Louis Heredero 2025-03-02 16:09:09 +01:00
parent cef66f2bd4
commit 756b51309a
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

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