umap/umap/__init__.py
Yohan Boniface ad95a3fb47 0.8.0-rc9
2016-11-05 12:23:53 +01:00

7 lines
275 B
Python

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