From 8af2c10febd8608d0fd3c52e92df253bb1f8fbcb Mon Sep 17 00:00:00 2001 From: "Sergey V. DUDANOV" Date: Thu, 12 Sep 2024 22:29:23 +0400 Subject: [PATCH] v0.2.26 --- pyftms/__init__.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyftms/__init__.py b/pyftms/__init__.py index c34a8a8ccf..2f6fead2f9 100644 --- a/pyftms/__init__.py +++ b/pyftms/__init__.py @@ -23,6 +23,7 @@ TrainingStatusEventData, UpdateEvent, UpdateEventData, + discover_ftms_devices, get_client, get_client_from_address, get_machine_type_from_service_data, @@ -39,6 +40,7 @@ ) __all__ = [ + "discover_ftms_devices", "get_client", "get_client_from_address", "get_machine_type_from_service_data", diff --git a/pyproject.toml b/pyproject.toml index 64b13b8bd7..a8275f4a6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyftms" -version = "0.2.25" +version = "0.2.26" description = "PyFTMS - Python Fitness Machine Service client library." authors = ["Sergey V. DUDANOV "] readme = "README.md"