From 0cab3dda966397e76e45096c270a65e843b5a192 Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Fri, 29 Sep 2023 23:45:39 +0200 Subject: [PATCH] Bump version to v1.1.0-rc41 --- traceml/traceml/pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traceml/traceml/pkg.py b/traceml/traceml/pkg.py index 43e9855de..567e45959 100644 --- a/traceml/traceml/pkg.py +++ b/traceml/traceml/pkg.py @@ -1,5 +1,5 @@ NAME = "traceml" -VERSION = "1.1.0-rc40" +VERSION = "1.1.0-rc41" DESC = ( "Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon." )