From cbbe3327975637e5fe60f56a59bd7c5b6d22525c Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:23:28 +0000 Subject: [PATCH] Set v1.0.0rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f80a6c..48384d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyheos" -version = "0.9.0" +version = "1.0.0rc1" description = "An async python library for controlling HEOS devices through the HEOS CLI Protocol" readme = "README.md" requires-python = ">=3.11"