bump up version minor number

This commit is contained in:
Abiola Akinnubi
2025-11-14 18:07:17 -08:00
parent db3096bbaf
commit 74efc2cb42
+1 -1
View File
@@ -30,7 +30,7 @@ from lib.data_types import (
BenchmarkResult
)
VERSION = "0.2.0"
VERSION = "0.2.1"
MSG_HISTORY_LEN = 100
log = logging.getLogger(__file__)