From adbec0661323b6a0f5e571d1abd21ad401844aa2 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sun, 3 Oct 2021 17:05:31 -0400 Subject: [PATCH] Removed redudant search term for searching up partial tracks --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9423d8..303db05 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.0.4", + version="1.0.4.1", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",