From 6b2127f9a35817e762112682593c610e70225548 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 23 Oct 2016 18:26:20 +0200 Subject: [PATCH] [RELEASE] new version 1.2.0 --- lutin_jvm-basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_jvm-basics.py b/lutin_jvm-basics.py index fca3495..99aca21 100644 --- a/lutin_jvm-basics.py +++ b/lutin_jvm-basics.py @@ -23,7 +23,7 @@ def get_maintainer(): return ["Mr DUPIN Edouard "] def get_version(): - return [1,0] + return [1,2,0] def configure(target, my_module): my_module.add_depend(['etk'])