diff --git a/config.py b/config.py index e844357..83a8cb9 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.4.1' +APP_VERSION = '0.4.2' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))