bump version to 0.2.0

This commit is contained in:
Lucas Armand
2025-11-05 13:32:21 -08:00
parent 106067d716
commit 8ae7b74605
+1 -1
View File
@@ -30,7 +30,7 @@ from lib.data_types import (
BenchmarkResult
)
VERSION = "0.1.1"
VERSION = "0.2.0"
MSG_HISTORY_LEN = 100
log = logging.getLogger(__file__)