From cd4cb54ba14d70a412c8f837473327400c628b2e Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Wed, 29 Nov 2023 01:31:08 +0100 Subject: [PATCH] Bump version to v2.0.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 abe673158c..00096f972d 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.0.1" +VERSION = "2.0.2" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." )