diff --git a/src/entrenadores/settings.py b/src/entrenadores/settings.py index 5e4f519..6933ae1 100644 --- a/src/entrenadores/settings.py +++ b/src/entrenadores/settings.py @@ -14,7 +14,7 @@ from pathlib import Path import os import logging -APP_VERSION = "11.0.2" +APP_VERSION = "0.1.0" # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent