mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
7 lines
275 B
Python
7 lines
275 B
Python
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
|
VERSION = (1, 0, 0, 'rc', 2)
|
|
|
|
__author__ = 'Yohan Boniface'
|
|
__contact__ = "ybon@openstreetmap.fr"
|
|
__homepage__ = "https://github.com/umap-project/umap"
|
|
__version__ = ".".join(map(str, VERSION))
|