From b59ec82c5eb1a8274ce3f525ba1d15def2c7922d Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Fri, 12 Jan 2024 10:09:58 +0100 Subject: [PATCH] Bump version to v2.1.0-rc2 --- 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 561bf093a3..dcf717bb3e 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.0.6" +VERSION = "2.1.0-rc2" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." )