aboutsummaryrefslogtreecommitdiffstats
path: root/version.py
blob: 306cebb25a2f690d0e5c41c7028fffd3da5c5e5f (plain)
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 ?