From a4b87f0260688d4425d0a419ded7c33717db921d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 30 Aug 2016 22:54:57 +0200 Subject: [PATCH] [DEV] update dev tag version --- lutin_dollar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_dollar.py b/lutin_dollar.py index 00b9efc..9c12c16 100644 --- a/lutin_dollar.py +++ b/lutin_dollar.py @@ -22,7 +22,7 @@ def get_maintainer(): return ["Mr DUPIN Edouard "] def get_version(): - return [0,1] + return [0,1,"dev"] def create(target, module_name): my_module = module.Module(__file__, module_name, get_type())