From cf5fc262573a038eceaa3f48d1bcf8cd13e45bca Mon Sep 17 00:00:00 2001 From: philippelt Date: Sun, 11 Aug 2024 16:09:11 +0200 Subject: [PATCH] [Minor] Version update --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ec3d1cbd..1146d060 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='lnetatmo', - version='4.1.0', + version='4.1.1', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', @@ -17,7 +17,7 @@ scripts=[], data_files=[], url='https://github.com/philippelt/netatmo-api-python', - download_url='https://github.com/philippelt/netatmo-api-python/archive/v4.1.0.tar.gz', + download_url='https://github.com/philippelt/netatmo-api-python/archive/v4.1.1.tar.gz', license='GPL V3', description='Simple API to access Netatmo weather station data from any python script.' )