From 51995f6aaedcc447ad89dd6af8e3e3fad405cf0e Mon Sep 17 00:00:00 2001 From: Erica Date: Sun, 21 Nov 2021 01:16:55 +0000 Subject: [PATCH] Updated version to 1.5.0 and updated setup.cfg --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 910f309..08e841d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = miniplayer -version = 1.4.0 +version = 1.5.0 description = An mpd client with album art and basic functionality. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/GuardKenzie/miniplayer -author = Tristan Ferrua -author_email = tristanferrua@gmail.com +author = Erica Ferrua +author_email = tolvukisa@gmail.com classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License @@ -24,4 +24,5 @@ install_requires = pillow requests ueberzug + colorthief