diff --git a/hathor/cli/openapi_files/openapi_base.json b/hathor/cli/openapi_files/openapi_base.json index 237df7466..581709f81 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.60.1" + "version": "0.61.0" }, "consumes": [ "application/json" diff --git a/hathor/version.py b/hathor/version.py index ba87fa88a..d2d7d5ce1 100644 --- a/hathor/version.py +++ b/hathor/version.py @@ -19,7 +19,7 @@ from structlog import get_logger -BASE_VERSION = '0.60.1' +BASE_VERSION = '0.61.0' DEFAULT_VERSION_SUFFIX = "local" BUILD_VERSION_FILE_PATH = "./BUILD_VERSION" diff --git a/pyproject.toml b/pyproject.toml index 4ebd77226..333d40eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ [tool.poetry] name = "hathor" -version = "0.60.1" +version = "0.61.0" description = "Hathor Network full-node" authors = ["Hathor Team "] license = "Apache-2.0"