From ce4a4068c8941ca210e77443c924cd4418be3f1a Mon Sep 17 00:00:00 2001 From: esensar Date: Wed, 10 Oct 2018 23:50:21 +0200 Subject: [PATCH] Version 0.2.1 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 838b01e..c735853 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.2.0' +APP_VERSION = '0.2.1' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))