Skip to content

Commit 172c972

Browse files
committed
Bumped to version 0.1.6.
1 parent 49e85d0 commit 172c972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Let's plot a heatmap of taxi pickups in San Francisco:
1313
In [1]: import gmaps
1414

1515
# load a Numpy array of (latitude, longitude) pairs
16-
In [2]: data = gmaps.dataset.load_dataset('taxi_rides')
16+
In [2]: data = gmaps.datasets.load_dataset('taxi_rides')
1717
1818
In [3]: map = gmaps.heatmap(data)
1919
gmaps.display(map)

gmaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from IPython.display import display
88

9-
__version__ = "0.1.5"
9+
__version__ = "0.1.6"
1010

1111
init()

0 commit comments

Comments
 (0)