Bump dsd to v0.2.0

This commit is contained in:
Aetias
2024-10-19 15:08:55 +02:00
committed by GitHub
parent ffdfd609fb
commit 7a755a1170
+1 -1
View File
@@ -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