Skip to content

Commit 6f255f7

Browse files
committed
chore: bump version to v0.55.0
1 parent 4c664ff commit 6f255f7

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.55.0"
10+
"version": "0.56.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.55.0'
22+
BASE_VERSION = '0.56.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.55.0"
17+
version = "0.56.0"
1818
description = "Hathor Network full-node"
1919
authors = ["Hathor Team <[email protected]>"]
2020
license = "Apache-2.0"

0 commit comments

Comments
 (0)