From 2890f7596954fc849adfd9fb3ebc5336df95bdf7 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 23 Nov 2024 17:37:41 +0100 Subject: [PATCH] Update dsd --- tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index 2e3508be..44d146f7 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -4,7 +4,7 @@ import io from pathlib import Path import platform -DSD_VERSION = 'v0.2.0' +DSD_VERSION = 'v0.2.3' tools_path = Path(__file__).parent