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.",