diff --git a/docs/conf.py b/docs/conf.py index de0cd0369be407c984d536a56a597a2ab6e8ee50..f8a7b8dc0a046e7fa33b9327bd7c3737a300fa6a 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.54.3' +version = '0.55.0' # The full version, including alpha/beta/rc tags. -release = '0.54.3' +release = '0.55.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 3fdc4c834e34695f1b9cbe81e3492e0b5e83846e..c8c4423ba8955af0bc2a283eab3b69a0734fbc76 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -18,7 +18,7 @@ __author__ = "Caner Candan & inso & vit" -__version__ = "0.54.3" +__version__ = "0.55.0" __nonsense__ = "duniter" from . import api, documents, key