From e7d3705c954c63202068abd1544b319bd5b3a73c Mon Sep 17 00:00:00 2001 From: meeb Date: Tue, 12 Mar 2024 00:59:02 +1100 Subject: [PATCH] version bump to trigger yt-dlp update --- 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 6cc77e1..eb95b26 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -7,7 +7,7 @@ CONFIG_BASE_DIR = BASE_DIR DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.13.4' +VERSION = '0.13.5' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []