From e62bf29703d7516cc4d4fa292250148f05a0e35a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 20 May 2021 08:39:16 +0200 Subject: [PATCH] bump version and fix missing comma --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2a411c2..e1f0bb1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name='withings-sync', - version='3.1.3', + version='3.2.0', author='Masayuki Hamasaki', description='A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road.', license='MIT', @@ -25,7 +25,7 @@ def read(fname): ], install_requires=[ 'lxml', - 'requests' + 'requests', 'cloudscraper' ], entry_points={