From d9c2591dd6a86fc2f4b8afbc8188e53f2e6fa1b7 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 11 Oct 2021 22:21:11 +0200 Subject: [PATCH] v1.7.0; updated dependencies --- Pipfile | 2 +- version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index 35db443..a911fa4 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ name = "TheCodeLabs" python_version = "3" [packages] -spotipy = "==2.18.0" +spotipy = "==2.19.0" TheCodeLabs-BaseUtils = "*" [dev-packages] diff --git a/version.json b/version.json index b5d1152..9cc0c0e 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.6.0", - "code": 8, - "date": "09.06.21" + "name": "v1.7.0", + "code": 9, + "date": "11.10.21" } } \ No newline at end of file -- GitLab