From 97c3bb3a3771f14f4ec274dce7022128823a1bcd Mon Sep 17 00:00:00 2001 From: Tristan Ferrua <tristanferrua@gmail.com> Date: Sun, 31 Jan 2021 00:11:36 +0000 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c18d5e5..4297293 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.0", + version="1.0.1", description="An mpd client with album art and basic functionality written for use with the kitty terminal.", long_description=long_description, long_description_content_type="text/markdown",