diff --git a/lutin_audio-algo-speex.py b/lutin_audio-algo-speex.py index 9943517..39545ef 100644 --- a/lutin_audio-algo-speex.py +++ b/lutin_audio-algo-speex.py @@ -22,7 +22,7 @@ def get_maintainer(): return ["Mr DUPIN Edouard "] def get_version(): - return [0,1,0] + return [0,1,"dev"] def create(target, module_name): my_module = module.Module(__file__, module_name, get_type())