Skip to content

Commit 54a1a66

Browse files
authored
Merge pull request #790 from HathorNetwork/chore/v0.57.0
chore: bump version to v0.57.0
2 parents a1cd450 + 42a5179 commit 54a1a66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hathor/cli/openapi_files/openapi_base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"info": {
99
"title": "Hathor API",
10-
"version": "0.56.0"
10+
"version": "0.57.0"
1111
},
1212
"consumes": [
1313
"application/json"

hathor/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from structlog import get_logger
2121

22-
BASE_VERSION = '0.56.0'
22+
BASE_VERSION = '0.57.0'
2323

2424
DEFAULT_VERSION_SUFFIX = "local"
2525
BUILD_VERSION_FILE_PATH = "./BUILD_VERSION"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[tool.poetry]
1616
name = "hathor"
17-
version = "0.56.0"
17+
version = "0.57.0"
1818
description = "Hathor Network full-node"
1919
authors = ["Hathor Team <[email protected]>"]
2020
license = "Apache-2.0"

0 commit comments

Comments
 (0)