From 81ad88219d630d2fb8c2f802d2d16680022b5a67 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Fri, 19 Jul 2019 14:43:12 +0200
Subject: [PATCH] 0.55.1

---
 docs/conf.py          | 4 ++--
 duniterpy/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index f8a7b8dc..74a2360d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -72,9 +72,9 @@ author = 'caner & inso & vit'
 # built documents.
 #
 # The short X.Y version.
-version = '0.55.0'
+version = '0.55.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.55.0'
+release = '0.55.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py
index c8c4423b..83e571b6 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -18,7 +18,7 @@
 
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "0.55.0"
+__version__ = "0.55.1"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
-- 
GitLab