From b242e3e6570a442aa5f117fcc32f29302419d80f Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 13 Dec 2020 16:35:45 +1100 Subject: [PATCH] bump version --- 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 be1fb43..3e80748 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.1 +VERSION = 0.2 SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []