From 128a1fa240f4fcd2915dcdd6c16923199b7f832e Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Sat, 17 Feb 2024 16:29:58 +0100 Subject: [PATCH] Bump version to v2.1.2-rc0 --- 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 7d699bace..a02e41ed0 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.1.1" +VERSION = "2.1.2-rc0" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." )