From 3886c314c9f84dfee683a2039777ba784ce33691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Gardfj=C3=A4ll?= Date: Sat, 7 Nov 2020 08:01:50 +0100 Subject: [PATCH] bump version: v0.1.0 -> v0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8bed0d..73e5c6c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ test_requires = [ ] setup(name='garminexport', - version='0.1.0', + version='0.2.0', description='Garmin Connect activity exporter and backup tool', long_description=long_description, long_description_content_type='text/markdown',