Skip to content
Extraits de code Groupes Projets
__init__.py 275 octets
Newer Older
  • Learn to ignore specific revisions
  • Yohan Boniface's avatar
    Yohan Boniface a validé
    "Create maps with OpenStreetMap layers in a minute and embed them in your site."
    
    VERSION = (0, 8, 0, 'rc', 3)
    
    Yohan Boniface's avatar
    Yohan Boniface a validé
    
    __author__ = 'Yohan Boniface'
    
    __contact__ = "ybon@openstreetmap.fr"
    __homepage__ = "https://github.com/umap-project/umap"
    
    Yohan Boniface's avatar
    Yohan Boniface a validé
    __version__ = ".".join(map(str, VERSION))