From 0db6d9c7ebf7f8202524b50590ecd0ddb9f302ac Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 20 Oct 2025 21:35:26 +0800 Subject: [PATCH] bump python version to 3.5.0 [#597] --- python/pmtiles/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pmtiles/setup.py b/python/pmtiles/setup.py index d818a85..d4455b5 100644 --- a/python/pmtiles/setup.py +++ b/python/pmtiles/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pmtiles", - version="3.4.1", + version="3.5.0", author="Brandon Liu", author_email="brandon@protomaps.com", description="Library and utilities to write and read PMTiles archives - cloud-optimized archives of map tiles.",