Skip to content

Commit

Permalink
Fixed a missing await instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Sep 30, 2023
1 parent 1b6b9b0 commit d8e02d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion telemetrix_aio/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8e02d6

Please sign in to comment.