From 8759fe711ffb354a56592f9fae832f1616787707 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sun, 5 Jun 2016 09:41:34 +0200 Subject: [PATCH] 0.20.1dev11 --- duniterpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py index 7df0897b..af8778d1 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -21,7 +21,7 @@ PROTOCOL_VERSION="1" MANAGED_API=["BASIC_MERKLED_API"] __author__ = 'Caner Candan & inso' -__version__ = '0.20.1dev10' +__version__ = '0.20.1dev11' __nonsense__ = 'duniter' from . import api, documents, key \ No newline at end of file -- GitLab