umap/umap/__init__.py
Yohan Boniface 6fe7119cbb 0.8.0-beta.0
2015-10-17 08:52:29 +02:00

7 lines
277 B
Python

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