Updated version number, minor changes to draw.py and requirements.txt

This commit is contained in:
marceloprates
2023-02-10 10:48:11 -03:00
parent 3f3b8be923
commit 78d050ee5b
3 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ presets_dir = os.path.abspath(os.path.join(os.path.pardir, 'presets'))
setup(
name="prettymaps",
version="v0.1.3",
version="v0.1.4",
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",