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",