From d8e02d6641be5e499bd67c81efb04c180800fa33 Mon Sep 17 00:00:00 2001 From: MrYsLab Date: Sat, 30 Sep 2023 10:40:10 -0400 Subject: [PATCH] Fixed a missing await instruction --- pyproject.toml | 2 +- telemetrix_aio/private_constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb07084..d8c375e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ find = {} # Scan the project directory with the default parameters [project] name = "telemetrix-aio" -version = "1.21" +version = "1.22" authors = [ { name="Alan Yorinks", email="MisterYsLab@gmail.com" }, ] diff --git a/telemetrix_aio/private_constants.py b/telemetrix_aio/private_constants.py index 0808cbb..3772313 100644 --- a/telemetrix_aio/private_constants.py +++ b/telemetrix_aio/private_constants.py @@ -105,7 +105,7 @@ class PrivateConstants: DEBUG_PRINT = 99 - TELEMETRIX_AIO_VERSION = "1.21" + TELEMETRIX_AIO_VERSION = "1.22" # reporting control REPORTING_DISABLE_ALL = 0