diff --git a/README.md b/README.md
index c00c7f5..8c669dc 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Multi-CCD Point Spread Function Modelling.
> Email: tobias.liaudat@cea.fr
> Documentation: https://cosmostat.github.io/mccd/
> Article: DOI - A&A
-> Current release: 02/03/2022
+> Current release: 08/03/2022
---
The non-parametric MCCD PSF modelling, or MCCD for short, is a Point Spread Function modelling
diff --git a/mccd/info.py b/mccd/info.py
index 4abd095..8de03f9 100644
--- a/mccd/info.py
+++ b/mccd/info.py
@@ -7,7 +7,7 @@
"""
# Set the package release version
-version_info = (1, 2, 2)
+version_info = (1, 2, 3)
__version__ = '.'.join(str(c) for c in version_info)
# Set the package details
diff --git a/pypi_pkg_info.rst b/pypi_pkg_info.rst
index df40d9d..f3dfabc 100644
--- a/pypi_pkg_info.rst
+++ b/pypi_pkg_info.rst
@@ -4,7 +4,7 @@ MCCD Point Spread Function modelling
:Author: `Tobias Liaudat `_
-:Version: 1.2.2
+:Version: 1.2.3
:Repository: `https://github.com/CosmoStat/mccd `_