From 235e7a73399e15041764edeed5b73b9d12737ef5 Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Thu, 30 Nov 2023 14:23:38 +0100 Subject: [PATCH] Bump version to v2.0.5 --- 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 fa8d7d84a..061a19302 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.0.4" +VERSION = "2.0.5" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." )