Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
change uritemplate dep
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Nov 22, 2016
1 parent 0492026 commit 1205ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mapbox
__version__ = "0.10.0"
__version__ = "0.10.1"

from .services.datasets import Datasets
from .services.directions import Directions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'iso3166',
'requests',
'polyline>=1.3.1',
'uritemplate.py',
'uritemplate>=2.0',
],
extras_require={
'test': [
Expand Down

0 comments on commit 1205ab4

Please sign in to comment.