From f15fa2f6cec3b27138b336d377c18f09600b0446 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 16 Apr 2023 13:41:08 +0200 Subject: [PATCH] python version 3.1.1 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 6ccecde..8fa3097 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="3.1.0", + version="3.1.1", author="Brandon Liu", author_email="brandon@protomaps.com", description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.",