diff --git a/aidge_export_arm_cortexm/export_registry.py b/aidge_export_arm_cortexm/export_registry.py
index 2bdfac5798e1f4706c786f8ccf028a2a50a4a9ef..962be73c8084c3e9ba5494fa6ccdc050c633c4da 100644
--- a/aidge_export_arm_cortexm/export_registry.py
+++ b/aidge_export_arm_cortexm/export_registry.py
@@ -1,5 +1,5 @@
 from aidge_core.export_utils import ExportLib
-from aidge_export_arm_cortexm.utils import ROOT
+from aidge_export_arm_cortexm import ROOT
 
 class ExportLibAidgeARM(ExportLib):
     _name="aidge_arm"
diff --git a/version.txt b/version.txt
index 17e51c385ea382d4f2ef124b7032c1604845622d..d917d3e26adc9854b4569871e20111c38de2606f 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.1.1
+0.1.2