This commit is contained in:
2025-05-05 18:29:43 +02:00
parent 1ee67ce3e9
commit 0365c5e4e2

View File

@ -19,7 +19,7 @@ import paramiko
import numpy as np
file_path = os.path.realpath(__file__)
dir_path = os.path.dirname(file_path)
VERSION="1.0.1"
VERSION="1.0.2"
print(file_path)
print(dir_path)
os.chdir(dir_path)