diff --git a/eufy_sync/__init__.py b/eufy_sync/__init__.py index 5d64391..d5281e4 100644 --- a/eufy_sync/__init__.py +++ b/eufy_sync/__init__.py @@ -1,6 +1,6 @@ """Sync Eufy smart scale body composition data to Garmin Connect and Strava.""" -__version__ = "1.7.18" +__version__ = "1.7.19" # Public API for programmatic use from eufy_sync.garmin_auth import GarminAuth diff --git a/pyproject.toml b/pyproject.toml index 753b972..bceb3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eufy-sync" -version = "1.7.18" +version = "1.7.19" description = "Sync Eufy smart scale body composition data to Garmin Connect and Strava" readme = "README.md" license = "MIT"