We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae4f5b commit f5bb50eCopy full SHA for f5bb50e
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = harmony_toolbox
3
-version = 1.3.0
+version = 1.3.1
4
author = EasyNode.PRO
5
author_email = support@easynode.pro
6
description = Harmony ONE Validator Node Toolbox and Easy Setup
src/toolbox/config.py
@@ -7,7 +7,7 @@
7
class Config:
8
def __init__(self):
9
# Set constants
10
- self.easy_version = "1.3.0"
+ self.easy_version = "1.3.1"
11
self.server_host_name = socket.gethostname()
12
self.user_home_dir = path.expanduser("~")
13
self.dotenv_file = f"{self.user_home_dir}/.easynode.env"
0 commit comments