Skip to content

Commit

Permalink
v0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Sep 12, 2024
1 parent 47e200c commit 8af2c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyftms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
TrainingStatusEventData,
UpdateEvent,
UpdateEventData,
discover_ftms_devices,
get_client,
get_client_from_address,
get_machine_type_from_service_data,
Expand All @@ -39,6 +40,7 @@
)

__all__ = [
"discover_ftms_devices",
"get_client",
"get_client_from_address",
"get_machine_type_from_service_data",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <sergey.dudanov@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 8af2c10

Please sign in to comment.