fix(build): update versions

The versions in Makefile, docs/conf.py and pyproject.toml were not
properly updated, due to scripts issues (previous patches).

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ia80bd4b28fbb7402f4ae139512fcd176bad057ec
diff --git a/Makefile b/Makefile
index f97f9f5..02563e4 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 VERSION_MAJOR			:= 2
 VERSION_MINOR			:= 10
 # VERSION_PATCH is only used for LTS releases
-VERSION_PATCH			:= 0
+VERSION_PATCH			:= 1
 VERSION				:= ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}
 
 # Default goal is build all images
diff --git a/docs/conf.py b/docs/conf.py
index d4e5423..cc9f40a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,8 @@
 
 project = "Trusted Firmware-A"
 author = "Trusted Firmware-A contributors"
-version = "2.10.0"
-release = "2.10.0"
+version = "2.10.1"
+release = "2.10.1"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/pyproject.toml b/pyproject.toml
index 0fe2383..0a22f0f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "trusted-firmware-a"
-version = "2.10.0"
+version = "2.10.1"
 description = "Trusted Firmware-A (TF-A) Python dependencies."
 authors = ["Arm Ltd."]
 license = "BSD-3-Clause"