From c2a7bf92a0e7b0c1d02e238b50c701aabad9162e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Gardfj=C3=A4ll?= Date: Sun, 9 May 2021 08:18:47 +0200 Subject: [PATCH] bump version: 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b7a412..9b4089b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ test_requires = [ ] setup(name='garminexport', - version='0.3.0', + version='0.4.0', description='Garmin Connect activity exporter and backup tool', long_description=long_description, long_description_content_type='text/markdown',