From e7a1a7eb01be5022077938595e9de9372850969a Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Fri, 15 Nov 2024 16:45:58 +0100 Subject: [PATCH] Bump version to v2.5.2 --- haupt/haupt/pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haupt/haupt/pkg.py b/haupt/haupt/pkg.py index 6f0090bfe..dd5823293 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.5.1" +VERSION = "2.5.2" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." )