Skip to content

Commit 2fc85bc

Browse files
committed
REL: 0.1.3
1 parent bf55f26 commit 2fc85bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

h3pandas/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__='0.1.2'
1+
__version__='0.1.3'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author="Dahn",
2121
author_email="[email protected]",
2222
url="https://github.com/DahnJ/H3-Pandas",
23-
download_url="https://github.com/DahnJ/H3-Pandas/archive/refs/tags/0.1.2.tar.gz",
23+
download_url=f"https://github.com/DahnJ/H3-Pandas/archive/refs/tags/{__version__}.tar.gz",
2424
keywords=["python", "h3", "geospatial", "geopandas", "pandas", "integration",
2525
"hexagons-are-bestagons"],
2626
classifiers=[

0 commit comments

Comments
 (0)