From 9b89c06f6497740f7aa0908dba8161b8f264de3c Mon Sep 17 00:00:00 2001 From: Tristan Ferrua Date: Tue, 2 Feb 2021 11:11:42 +0000 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7897373..058c636 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setup(name="miniplayer", - version="1.1", + version="1.1.1", description="An mpd client with album art and basic functionality.", long_description=long_description, long_description_content_type="text/markdown",