diff --git a/docs/conf.py b/docs/conf.py index c65835253cb2e529861d5cd2ac5e3e4b0db0a59d..e297d108b4c8cd7663cf8a8279311550a3bea818 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.56.0' +version = '0.57.0' # The full version, including alpha/beta/rc tags. -release = '0.56.0' +release = '0.57.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 614c534f8e82aa764f3b094b3af954c55b145452..fcd5dac53f6d7bec136eeffa646337418d646537 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -18,7 +18,7 @@ __author__ = "Caner Candan & inso & vit" -__version__ = "0.56.0" +__version__ = "0.57.0" __nonsense__ = "duniter" from . import api, documents, key diff --git a/pyproject.toml b/pyproject.toml index 528a33ae72247ca7f7293ea3a554bca6e6fc7850..f3dbc0031486664467c43b28309fc4b57205051d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "duniterpy" -version = "0.56.0" +version = "0.57.0" description = "Python library for developers of Duniter clients" authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"] maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"]