From 32356c716f6ef78a5928c3e9cd29f74dc12bc8b8 Mon Sep 17 00:00:00 2001 From: stynoo Date: Sat, 14 Oct 2023 20:15:20 +0200 Subject: [PATCH] Update release version Lack of version change will result in wrong version reporting in debug logging. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d69212..debc349 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="withings-sync", - version="4.1.0", + version="4.2.1", author="Masayuki Hamasaki, Steffen Vogel", author_email="post@steffenvogel.de", description="A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road.",