From a32947688adede92a2d3ad4032dc798730af58f7 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Thu, 17 Mar 2022 15:57:09 +0800 Subject: [PATCH] python 1.2.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index f9db62f..48582f1 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.1.1", + version="1.2.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.",