[RELEASE] create version 0.5.0

This commit is contained in:
Edouard DUPIN 2015-11-09 21:46:02 +01:00
parent 80017782b3
commit 31c7df0fb7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ def get_maintainer():
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
def get_version():
return [0,0,0]
return [0,5,0]
def create(target, module_name):
my_module = module.Module(__file__, module_name, get_type())

2
tag
View File

@ -1 +1 @@
0.2
0.5.0