diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index fcd5dac53f6d7bec136eeffa646337418d646537..9931ea2dea0c07beecad6d8edbeda76514f190aa 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -18,7 +18,7 @@
 
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "0.57.0"
+__version__ = "0.58.0"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/pyproject.toml b/pyproject.toml
index 17e1f9a4d8beffd7cf485821b58d8986116e3960..df2897ec0958e2868843fd94492ac866483530f3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool]
 [tool.poetry]
 name = "duniterpy"
-version = "0.57.0"
+version = "0.58.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>"]