Skip to content

Commit f5bb50e

Browse files
committed
v1.3.1
1 parent 0ae4f5b commit f5bb50e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = harmony_toolbox
3-
version = 1.3.0
3+
version = 1.3.1
44
author = EasyNode.PRO
55
author_email = support@easynode.pro
66
description = Harmony ONE Validator Node Toolbox and Easy Setup

src/toolbox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Config:
88
def __init__(self):
99
# Set constants
10-
self.easy_version = "1.3.0"
10+
self.easy_version = "1.3.1"
1111
self.server_host_name = socket.gethostname()
1212
self.user_home_dir = path.expanduser("~")
1313
self.dotenv_file = f"{self.user_home_dir}/.easynode.env"

0 commit comments

Comments
 (0)