Update Version to 1.4.0

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Iea5b7126f7c92b6a3b926e65a8fc828f7221ca83
diff --git a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
index 760850e..007e2b0 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/config_templates.py
@@ -19,7 +19,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 # ===================  Template Classes ===================
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
index 3840195..2ba3d27 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_config_map.py
@@ -23,7 +23,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 class FastmodelConfigMap(object):
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
index 6ace23f..25c1111 100755
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper.py
@@ -21,7 +21,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import re
diff --git a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
index d70f779..89fcd0d 100644
--- a/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
+++ b/tfm_ci_pylib/fastmodel_wrapper/fastmodel_wrapper_config.py
@@ -24,7 +24,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 
 try:
diff --git a/tfm_ci_pylib/lava_rpc_connector.py b/tfm_ci_pylib/lava_rpc_connector.py
index c5b3a48..7de3d8a 100644
--- a/tfm_ci_pylib/lava_rpc_connector.py
+++ b/tfm_ci_pylib/lava_rpc_connector.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import xmlrpc.client
 import time
diff --git a/tfm_ci_pylib/structured_task.py b/tfm_ci_pylib/structured_task.py
index c9b7446..5e44481 100644
--- a/tfm_ci_pylib/structured_task.py
+++ b/tfm_ci_pylib/structured_task.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import abc
 import time
diff --git a/tfm_ci_pylib/tfm_build_manager.py b/tfm_ci_pylib/tfm_build_manager.py
index 5905ec8..b450a89 100644
--- a/tfm_ci_pylib/tfm_build_manager.py
+++ b/tfm_ci_pylib/tfm_build_manager.py
@@ -17,7 +17,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import sys
diff --git a/tfm_ci_pylib/tfm_builder.py b/tfm_ci_pylib/tfm_builder.py
index 7ba9846..9ca6c59 100644
--- a/tfm_ci_pylib/tfm_builder.py
+++ b/tfm_ci_pylib/tfm_builder.py
@@ -17,7 +17,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import re
diff --git a/tfm_ci_pylib/utils.py b/tfm_ci_pylib/utils.py
index cb5ee9a..66359a6 100755
--- a/tfm_ci_pylib/utils.py
+++ b/tfm_ci_pylib/utils.py
@@ -18,7 +18,7 @@
 
 __author__ = "tf-m@lists.trustedfirmware.org"
 __project__ = "Trusted Firmware-M Open CI"
-__version__ = "1.2.0"
+__version__ = "1.4.0"
 
 import os
 import re