From 4fc6c4b208de76556bfca09ab903bdd962af2b46 Mon Sep 17 00:00:00 2001 From: Rinesh Ramadhin Date: Wed, 26 Apr 2023 20:19:44 +0200 Subject: [PATCH] bump version --- config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index bba950a..8081f96 100644 --- a/config/settings.py +++ b/config/settings.py @@ -15,7 +15,7 @@ # Build information of the Web DL API -VERSION = '3.1.0' +VERSION = '3.1.1' REPOSITORY = 'https://github.com/web-dl-tools/api.git' # Build paths inside the project like this: os.path.join(BASE_DIR, ...)