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