bump version to 0.1.1

This commit is contained in:
Lucas Armand
2025-11-04 17:15:59 -08:00
parent f5134d4bf5
commit 106067d716
+1 -1
View File
@@ -30,7 +30,7 @@ from lib.data_types import (
BenchmarkResult
)
VERSION = "0.1.0"
VERSION = "0.1.1"
MSG_HISTORY_LEN = 100
log = logging.getLogger(__file__)