Skip to content

Commit

Permalink
Bumped to version 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugnion committed Dec 8, 2014
1 parent 49e85d0 commit 172c972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Let's plot a heatmap of taxi pickups in San Francisco:
In [1]: import gmaps

# load a Numpy array of (latitude, longitude) pairs
In [2]: data = gmaps.dataset.load_dataset('taxi_rides')
In [2]: data = gmaps.datasets.load_dataset('taxi_rides')
In [3]: map = gmaps.heatmap(data)
gmaps.display(map)
Expand Down
2 changes: 1 addition & 1 deletion gmaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

from IPython.display import display

__version__ = "0.1.5"
__version__ = "0.1.6"

init()

0 comments on commit 172c972

Please sign in to comment.