umap/umap/__init__.py
Yohan Boniface 5cfd7d3b6b 0.7.2
2014-08-07 10:20:44 +02:00

7 lines
260 B
Python

"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 7, 2)
__author__ = 'Yohan Boniface'
__contact__ = "yb@enix.org"
__homepage__ = "https://bitbucket.org/yohanboniface/umap"
__version__ = ".".join(map(str, VERSION))