Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Sep 19, 2018
1 parent da7df91 commit 89ed3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion osmnx/__init__.py
Expand Up @@ -17,4 +17,4 @@
from .stats import *
from .utils import *

__version__ = '0.8.1'
__version__ = '0.8.2'
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -49,7 +49,7 @@

# now call setup
setup(name='osmnx',
version='0.8.1',
version='0.8.2',
description='Retrieve, construct, analyze, and visualize street networks from OpenStreetMap',
long_description=long_description,
classifiers=classifiers,
Expand All @@ -60,6 +60,6 @@
platforms='any',
packages=['osmnx'],
install_requires=install_requires,
extras_require={'folium':['folium>=0.5'],
'kdtree':['scipy>=1.0'],
extras_require={'folium':['folium>=0.6'],
'kdtree':['scipy>=1.1'],
'balltree':['scikit-learn>=0.19']})

0 comments on commit 89ed3ec

Please sign in to comment.