Skip to content

Commit 4c20e65

Browse files
authored
Merge pull request #1209 from HathorNetwork/chore/v0.63.1
chore: bump version to v0.63.1
2 parents ef73420 + 6d1727e commit 4c20e65

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

0 commit comments

Comments
 (0)