Skip to content

Commit

Permalink
REL: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DahnJ committed May 27, 2021
1 parent 4105a34 commit 472e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

setup(
name="h3pandas",
version="0.1.1-alpha",
version="0.1.1",
license="MIT",
description="Integration of H3 and GeoPandas",
long_description=long_description,
long_description_content_type='text/markdown',
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=[
Expand Down

0 comments on commit 472e5c3

Please sign in to comment.