From eb08684ac2930a58195f2198929241fda4761151 Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Wed, 19 Dec 2018 18:18:55 +0100 Subject: [PATCH] 0.51.0 --- duniterpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py index 3ba5519e..5ca553c3 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Caner Candan & inso & vit' -__version__ = '0.50.0' +__version__ = '0.51.0' __nonsense__ = 'duniter' from . import api, documents, key -- GitLab