mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-03-15 10:59:39 +01:00
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:
parent
8679cccf9e
commit
d024b83954
@ -1 +1 @@
|
||||
osmnx==1.2.2
|
||||
osmnx==1.1.2
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user