Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Jun 2, 2019
1 parent da68308 commit f80da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapboxgl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .viz import CircleViz, GraduatedCircleViz, HeatmapViz, ClusteredCircleViz, ImageViz, RasterTilesViz, ChoroplethViz, LinestringViz

__version__ = "0.10.1"
__version__ = "0.10.2"
__all__ = ['CircleViz', 'GraduatedCircleViz', 'HeatmapViz', 'ClusteredCircleViz', 'ImageViz', 'RasterTilesViz', 'ChoroplethViz', 'LinestringViz']

0 comments on commit f80da96

Please sign in to comment.