From f8952424a8af5e90aa46205b8f65157c8ddae697 Mon Sep 17 00:00:00 2001 From: Junkbite Date: Sun, 3 May 2020 11:01:07 -0400 Subject: [PATCH] version bump --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ed467ac..15f1882 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ import configparser DEV = os.environ.get('DEV') -VER = '1.7.7' +VER = '1.7.8' DEBUG_LINE = '-' * 20 V1_API_PATH = 'v1/'