From e20618a4393c7a1b3ce7f5a50a0db7c75eaa798b Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 9 Sep 2020 19:59:24 +0200
Subject: [PATCH] 0.58.0

---
 duniterpy/__init__.py | 2 +-
 pyproject.toml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index fcd5dac5..9931ea2d 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 17e1f9a4..df2897ec 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>"]
-- 
GitLab