From e31584377744545d46ebf3f6385542d998d864b0 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Wed, 23 Nov 2022 22:36:37 +0100 Subject: [PATCH] Set version 4.0.0.a1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da923f7..aaba410 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # 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.11.0", + version="4.0.0a1", description="Package to control Yamaha receivers that support the YNCA protocol.", long_description=long_description, long_description_content_type="text/markdown",