diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index 2b42e51..4bdb1c3 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 = []