diff --git a/hathor/cli/openapi_files/openapi_base.json b/hathor/cli/openapi_files/openapi_base.json index 4ebc82659..a3401d9a1 100644 --- a/hathor/cli/openapi_files/openapi_base.json +++ b/hathor/cli/openapi_files/openapi_base.json @@ -7,7 +7,7 @@ ], "info": { "title": "Hathor API", - "version": "0.58.0" + "version": "0.59.0" }, "consumes": [ "application/json" diff --git a/hathor/version.py b/hathor/version.py index 1f6b94328..895f8bdd7 100644 --- a/hathor/version.py +++ b/hathor/version.py @@ -19,7 +19,7 @@ from structlog import get_logger -BASE_VERSION = '0.58.0' +BASE_VERSION = '0.59.0' DEFAULT_VERSION_SUFFIX = "local" BUILD_VERSION_FILE_PATH = "./BUILD_VERSION" diff --git a/pyproject.toml b/pyproject.toml index c6e87ce42..1c4c64487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ [tool.poetry] name = "hathor" -version = "0.58.0" +version = "0.59.0" description = "Hathor Network full-node" authors = ["Hathor Team "] license = "Apache-2.0"