v1.0.0; fix bugs

This commit is contained in:
wty-yy
2025-12-30 11:15:37 +08:00
parent 587d014683
commit 5a5500668b
6 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
from pathlib import Path
__version__ = "0.1.0"
__version__ = "1.0.0"
ROBOGAUGE_ROOT_DIR = str(Path(__file__).parents[1])
ROBOGAUGE_LOGS_DIR = str(Path(ROBOGAUGE_ROOT_DIR) / "logs")