From b57ca110b0e8a48e37da5013c927f245eec29982 Mon Sep 17 00:00:00 2001 From: meeb Date: Thu, 12 Oct 2023 15:34:33 +1100 Subject: [PATCH] bump to 0.13.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 77c2236..3151c93 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.13.0' +VERSION = '0.13.1' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []