# -*- coding: utf-8 -*- MAJOR=0 MINOR=1 TYPE='dev' VERSION = str(MAJOR)+'.'+str(MINOR)+TYPE #TODO: add the commit number ?