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