umap/umap/__init__.py
Yohan Boniface a6414af1eb 1.1.2
2019-05-11 13:10:57 +02:00

7 lines
266 B
Python

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