From 4105a3415d86f677a22d624f2112d98a0bc8acf1 Mon Sep 17 00:00:00 2001 From: dahn Date: Thu, 27 May 2021 10:12:37 +0200 Subject: [PATCH] REL: Bumping to 0.1.1-alpha The initial version was 0.1, which caused 0.1.0-alpha to be considered an older version. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b3d85e1..8a148b2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="h3pandas", - version="0.1.0-alpha.2", + version="0.1.1-alpha", license="MIT", description="Integration of H3 and GeoPandas", long_description=long_description, @@ -16,7 +16,7 @@ author="Dahn", author_email="dahnjahn@gmail.com", url="https://github.com/DahnJ/H3-Pandas", - download_url="https://github.com/DahnJ/H3-Pandas/archive/refs/tags/0.1.0-alpha.2.tar.gz", + download_url="https://github.com/DahnJ/H3-Pandas/archive/refs/tags/0.1.1-alpha.tar.gz", keywords=["python", "h3", "geospatial", "geopandas", "pandas", "integration", "hexagons-are-awesome"], classifiers=[