Changed version number v0.1.6 -> v.0.1.7 and downgraded osmnx to v1.1.2 in an effort to solve a dependency conflict

This commit is contained in:
marceloprates 2023-02-13 13:43:30 -03:00
parent 8679cccf9e
commit d024b83954
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
osmnx==1.2.2
osmnx==1.1.2

View File

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