diff --git a/docs/conf.py b/docs/conf.py index f8a7b8dc0a046e7fa33b9327bd7c3737a300fa6a..74a2360d4231b28b66c7a8e5d75b0a4de4e05536 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 c8c4423ba8955af0bc2a283eab3b69a0734fbc76..83e571b607bc15a8e06731848da72d412384904b 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