From 16cffa76ae034015641064f3eea8813d5155b927 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Tue, 7 May 2024 13:59:07 -0300 Subject: [PATCH] Chores: create a new release version 0.2.17 --- 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 7878134..e99049f 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -1,4 +1,4 @@ -VERSION = '0.2.16' +VERSION = '0.2.17' RELEASE_NOTES_URL = ( "https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md" )