From c89d51dfed372a1e6123fa161ffaaa5f53469285 Mon Sep 17 00:00:00 2001 From: levisingularity <> Date: Mon, 21 Oct 2024 14:21:08 -0300 Subject: [PATCH] Chores: create a new release version 0.4.4 --- src/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.py b/src/config/config.py index bfd4fdb..b61c8e3 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -1,6 +1,6 @@ from common.utils import get_server_username -VERSION = '0.4.3' +VERSION = '0.4.4' RELEASE_NOTES_URL = "https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md" # PATHS