From cfe1f489445039971abe3c90fb3aeea35fabb2a6 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Mon, 7 Oct 2024 20:11:23 +0200 Subject: [PATCH] Bump version to 5.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b096dbd..00298eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = ["ynca*"] [project] name = "ynca" -version = "5.17.0b0" +version = "5.17.0" description = "Package to control Yamaha receivers that support the YNCA protocol." readme = "README.md" requires-python = ">=3.8"