umap/umap/__init__.py
Yohan Boniface 9f11f6cd2d 1.0.0-rc.8
2018-11-04 21:20:29 +01:00

7 lines
275 B
Python

"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (1, 0, 0, 'rc', 8)
__author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr"
__homepage__ = "https://github.com/umap-project/umap"
__version__ = ".".join(map(str, VERSION))