Skip to content

Commit 8475882

Browse files
committed
bump release version to 0.7.3
1 parent 8d70b4d commit 8475882

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: README.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ Installation
5050
Documentation
5151
=============
5252

53-
Checkout the documentation for `mapboxgl visuals
54-
<https://github.com/mapbox/mapboxgl-jupyter/blob/master/docs-markdown/viz.md>`__
55-
and `mapboxgl utilities
56-
<https://github.com/mapbox/mapboxgl-jupyter/blob/master/docs-markdown/utils.md>`__.
53+
Documentation is on Read The Docs at https://mapbox-mapboxgl-jupyter.readthedocs-hosted.com/en/latest/.
5754

5855
Usage
5956
=====

Diff for: mapboxgl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .viz import CircleViz, GraduatedCircleViz, HeatmapViz, ClusteredCircleViz, ImageViz, RasterTilesViz, ChoroplethViz, LinestringViz
22

3-
__version__ = "0.7.2"
3+
__version__ = "0.7.3"
44
__all__ = ['CircleViz', 'GraduatedCircleViz', 'HeatmapViz', 'ClusteredCircleViz', 'ImageViz', 'RasterTilesViz', 'ChoroplethViz', 'LinestringViz']

0 commit comments

Comments
 (0)