From 02c4dcc92027550b17e1975b1b5dffc41442019c Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 20 Mar 2022 18:25:42 +0800 Subject: [PATCH] python 1.3.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 48582f1..67fa2b8 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="1.2.0", + version="1.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.",