From 2c1c45e8298e4c73f915d7a024694efdc8d8ab88 Mon Sep 17 00:00:00 2001 From: meeb Date: Fri, 5 Mar 2021 14:20:23 +1100 Subject: [PATCH] bump to 0.9.1 --- tubesync/tubesync/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index 2b42e515..4bdb1c34 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -6,7 +6,7 @@ CONFIG_BASE_DIR = BASE_DIR DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = 0.9.1 +VERSION = '0.9.1' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []