diff --git a/CHANGELOG.md b/CHANGELOG.md index b046b3d..ef7de95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 0.4.3 +### 🐞 Bug fixes +- make sure pbf/mvt are gzipped ([#8](https://github.com/TechIdiots-LLC/mbutil/pull/8)) (@acalcutt) + ## 0.4.2 ### ✨ Features and improvements - Read format from metadata ([#6](https://github.com/TechIdiots-LLC/mbutil/pull/6)) (by [acalcutt](https://github.com/acalcutt)) diff --git a/setup.py b/setup.py index 0c5b392..c715c2f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='mbutil', - version='0.4.2', + version='0.4.3', author='Andrew Calcutt', author_email='info@techidiots.net', packages=['mbutil'],