Skip to content

Commit

Permalink
update to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Feb 3, 2018
1 parent 7467343 commit dd3d4ea
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

__version__ = "0.1.3"
__version__ = "0.1.4"
__all__ = ['CircleViz', 'GraduatedCircleViz', 'HeatmapViz', 'ClusteredCircleViz']

0 comments on commit dd3d4ea

Please sign in to comment.