From cf34117575264a04c6bf46c1dcbd0434f533563c Mon Sep 17 00:00:00 2001 From: esensar Date: Tue, 23 Oct 2018 21:12:27 +0200 Subject: [PATCH] Version 0.3.1 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index dd6bec1..750e3c1 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ import os # App configuration DEBUG = os.environ['DEBUG'] -APP_VERSION = '0.3.0' +APP_VERSION = '0.3.1' # Define the application directory BASE_DIR = os.path.abspath(os.path.dirname(__file__))