diff --git a/docs/conf.py b/docs/conf.py
index 74a2360d4231b28b66c7a8e5d75b0a4de4e05536..c65835253cb2e529861d5cd2ac5e3e4b0db0a59d 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.1'
+version = '0.56.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.55.1'
+release = '0.56.0'
 
 # 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 83e571b607bc15a8e06731848da72d412384904b..614c534f8e82aa764f3b094b3af954c55b145452 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -18,7 +18,7 @@
 
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "0.55.1"
+__version__ = "0.56.0"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/setup.py b/setup.py
index d3f4aa8e132d3f5cb6c274d3e79ce90d0bab9624..5f46ac431b937bb5373700e95a86b29ce0dd58c9 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ for requirement in (l.strip() for l in open('requirements.txt')):
 setup(
     name='duniterpy',
 
-    version="0.55.1",
+    version="0.56.0",
 
     packages=find_packages(exclude=["tests*"]),