From 5807c6a3d2a25a29b1e4daa74c2ae2908bb649b9 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 26 Sep 2020 14:43:54 +0200 Subject: [PATCH] 0.60.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 b2c33d25..07c7d58b 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 f940117f..64c7f3d9 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>"] -- GitLab