Compare commits

...

1 Commits

Author SHA1 Message Date
Lucas Armand e143162438 bumpy pyworker version 2025-11-25 16:01:23 -08:00
+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__)