Skip to content

Commit

Permalink
Merge pull request #70 from mapbox/beta1
Browse files Browse the repository at this point in the history
Updates for 1.0b1
  • Loading branch information
sgillies authored Nov 21, 2017
2 parents f1fea19 + 0baa34d commit 7928722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercantile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'quadkey', 'quadkey_to_tile', 'xy', 'xy_bounds', 'Tile', 'LngLat',
'LngLatBbox', 'Bbox', 'feature']

__version__ = '1.0a1'
__version__ = '1.0b1'


Tile = namedtuple('Tile', ['x', 'y', 'z'])
Expand Down

0 comments on commit 7928722

Please sign in to comment.