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