From 7a755a1170c14817d3dcd61439633b1878982498 Mon Sep 17 00:00:00 2001 From: Aetias <144526980+AetiasHax@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:08:55 +0200 Subject: [PATCH] Bump dsd to v0.2.0 --- tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index 546b72fa..ec3c6d6e 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -5,7 +5,7 @@ from pathlib import Path import shutil import platform -DSD_VERSION = 'v0.1.0' +DSD_VERSION = 'v0.2.0' tools_path = Path(__file__).parent