diff --git a/docs/conf.py b/docs/conf.py
index ebb8816fa013ac98a6fe97dc9b3ae02bb137aa4d..c03c0b4a4dcf2e953e26fa22a5dedec7a70e5010 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,9 +74,9 @@ author = "caner & inso & vit"
 # built documents.
 #
 # The short X.Y version.
-version = "1.1.0"
+version = "1.1.1"
 # The full version, including alpha/beta/rc tags.
-release = "1.1.0"
+release = "1.1.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 7e60338db5480af747fbc1ce32c5771de6c0bf50..01b535ed5838037eaf49eed9e3d6085cdc889642 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -14,7 +14,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "1.1.0"
+__version__ = "1.1.1"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/pyproject.toml b/pyproject.toml
index 66f1692bd2645517a06fa52e042d10813f4aa60a..b8d30a9b0f063e06d4ac60b5d7df2aeb3164fde1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [tool]
 [tool.poetry]
 name = "duniterpy"
-version = "1.1.0"
+version = "1.1.1"
 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>"]