From b7f2d846d8fd56b0298d4c0eb8bfe59938c8eff8 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 12 Jun 2021 19:45:27 +0800 Subject: [PATCH] python 0.1.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 15c4ba9..0c02ca5 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="0.0.6", + version="0.1.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.",