From b70fa012821f28c9112a9651c093494cda219cd4 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 12 Oct 2024 13:34:11 +0800 Subject: [PATCH] python: v3.4.1 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 61a5cf3..d818a85 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.4.0", + version="3.4.1", author="Brandon Liu", author_email="brandon@protomaps.com", description="Library and utilities to write and read PMTiles archives - cloud-optimized archives of map tiles.",