From e2d9dd40bd8873357d0e5eb29398fcf10cb23b82 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 21 Feb 2024 12:47:54 +0800 Subject: [PATCH] python 3.3.0 (#365) --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 7c4f5c8..2b750a4 100644 --- a/python/setup.py +++ b/python/setup.py @@ -5,10 +5,10 @@ with open("README.md", "r") as fh: setuptools.setup( name="pmtiles", - version="3.2.1", + version="3.3.0", author="Brandon Liu", author_email="brandon@protomaps.com", - description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.", + description="Library and utilities to write and read PMTiles archives - cloud-optimized archives of map tiles.", license="BSD-3-Clause", long_description=long_description, long_description_content_type="text/markdown",