Skip to content

Commit

Permalink
upgrade library version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Baumann committed Nov 27, 2018
1 parent 036d3a3 commit 4a40ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapboxgl/__init__.py
@@ -1,4 +1,4 @@
from .viz import CircleViz, GraduatedCircleViz, HeatmapViz, ClusteredCircleViz, ImageViz, RasterTilesViz, ChoroplethViz, LinestringViz

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

0 comments on commit 4a40ec8

Please sign in to comment.