diff --git a/python/setup.py b/python/setup.py index 94b7651..f6fe511 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.4", + version="0.0.5", author="Brandon Liu", author_email="brandon@protomaps.com", description="Library and utilities to write and read PMTiles files - cloud-optimized archives of map tiles.", @@ -21,4 +21,4 @@ setuptools.setup( ], scripts=['bin/pmtiles-convert','bin/pmtiles-serve','bin/pmtiles-show'], requires_python='>=3.0' -) \ No newline at end of file +)