bumpy pyworker version

This commit is contained in:
Lucas Armand
2025-11-25 16:01:23 -08:00
parent 7986e51e9e
commit e143162438
+1 -1
View File
@@ -30,7 +30,7 @@ from lib.data_types import (
BenchmarkResult BenchmarkResult
) )
VERSION = "0.2.0" VERSION = "0.2.1"
MSG_HISTORY_LEN = 100 MSG_HISTORY_LEN = 100
log = logging.getLogger(__file__) log = logging.getLogger(__file__)