diff --git a/docs/conf.py b/docs/conf.py index 3f8301445dac21168007e1adca6bc4b2cc9a01e0..2dc8df5a8aa38e8e307ce854c27228f6962ca4a7 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.53.1' +version = '0.54.0' # The full version, including alpha/beta/rc tags. -release = '0.53.1' +release = '0.54.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 e0f153a741fabfab134142c0e07f17c9e4215bf6..ce53672d2fc36a4b80a67be14b51fe580d31ca40 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Caner Candan & inso & vit' -__version__ = '0.53.1' +__version__ = '0.54.0' __nonsense__ = 'duniter' from . import api, documents, key