diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index b2c33d257f21199f912982a46fea7f3be783250a..07c7d58bd73d63ceaaa108774d3952d32349785c 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.58.0"
+__version__ = "0.60.0"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/pyproject.toml b/pyproject.toml
index f940117f9d01c232828917420831ab3c484a5a64..64c7f3d975ed7983c26bc8f05f94aee4b15e12bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool]
 [tool.poetry]
 name = "duniterpy"
-version = "0.58.0"
+version = "0.60.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>"]