From 4638eecc67af8c4ab8a1202e6f2be252e2029a55 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sun, 3 Oct 2021 12:05:34 -0400 Subject: [PATCH] Fixed bugs related to Spotify track queueing and searching --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0206384..7bde434 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.0.3.1", + version="1.0.3.2", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",