From 0d22449c4b3e7d80a2d69b604beee601d20540fa Mon Sep 17 00:00:00 2001 From: Marcos Huerta Date: Fri, 30 Jul 2021 18:26:52 -0400 Subject: [PATCH] change version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2404ed8..302b3df 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="gpxcsv", - version="0.2.7.1", + version="0.2.8", author="Marcos Huerta", author_email="marcos@marcoshuerta.com", description="Convert Garmin GPX file to CSV or simple JSON",