Updated release version on setup.py

This commit is contained in:
Marcelo Prates 2021-10-01 18:13:19 -03:00
parent 7d60660999
commit 66c1bbf904

View File

@ -5,7 +5,7 @@ parent_dir = Path(__file__).resolve().parent
setup(
name="prettymaps",
version="v0.1",
version="v0.1.2",
description="A simple python library to draw pretty maps from OpenStreetMap data",
long_description=parent_dir.joinpath("README.md").read_text(),
long_description_content_type="text/markdown",