diff --git a/docs/conf.py b/docs/conf.py
index 9bac50cc217eda3617a01fff4ab6c7c6315601ce..cbf444086a1a42990a78d6c67cc88bdd480f19e1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,9 +74,9 @@ author = "caner & inso & vit"
 # built documents.
 #
 # The short X.Y version.
-version = "0.61.0"
+version = "0.62.0"
 # The full version, including alpha/beta/rc tags.
-release = "0.61.0"
+release = "0.62.0"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index 0e3fd0919f4cd48b425a8dedd7e917a380ec7457..7568cd46659295b6939b6e7958702be2d4bbded9 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -16,7 +16,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "0.61.0"
+__version__ = "0.62.0"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/pyproject.toml b/pyproject.toml
index 52fbdb44d85f2401508f90bfdbed3573ee943108..7c5894e75c2c3bd2f0ee0d81e547ca2b6dd6dd91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool]
 [tool.poetry]
 name = "duniterpy"
-version = "0.61.0"
+version = "0.62.0"
 description = "Python library for developers of Duniter clients"
 authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"]
 maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"]