From 472e5c334ed1119c1ab6f971d9fb46d8b08870c2 Mon Sep 17 00:00:00 2001 From: dahn Date: Thu, 27 May 2021 10:20:18 +0200 Subject: [PATCH] REL: 0.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8a148b2..4bc35df 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="h3pandas", - version="0.1.1-alpha", + version="0.1.1", 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.1-alpha.tar.gz", + download_url="https://github.com/DahnJ/H3-Pandas/archive/refs/tags/0.1.1.tar.gz", keywords=["python", "h3", "geospatial", "geopandas", "pandas", "integration", "hexagons-are-awesome"], classifiers=[