From 1ad1c0997a3a1df45516929bda7aa4e5e2406564 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Sat, 2 Apr 2022 17:59:08 +0200 Subject: [PATCH] Bump version to 3.0.1 and fix description_content_type --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a649b3..28eb99d 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,10 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="3.0.0", + version="3.0.1", description="Automation control library for Yamaha receivers that support the YNCA protocol.", long_description=long_description, + long_description_content_type="text/markdown", # The project's main homepage. url="https://github.com/mvdwetering/ynca", # Author details