diff --git a/requirements.txt b/requirements.txt index 73ed67c..4267cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -osmnx==1.2.2 \ No newline at end of file +osmnx==1.1.2 \ No newline at end of file diff --git a/setup.py b/setup.py index c3f77aa..ef082ae 100644 --- a/setup.py +++ b/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",