From ca39bbc0e72be20f5df45f09e87d88a268c71651 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 14 Dec 2022 21:52:53 +0800 Subject: [PATCH] python 3.0.1 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 005c43a..967f600 100644 --- a/python/setup.py +++ b/python/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pmtiles", - version="3.0.0", + version="3.0.1", author="Brandon Liu", author_email="brandon@protomaps.com", description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.",