From 0fbdcd6b955effa9af7d50448a25a6b530f4e263 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Tue, 18 Jun 2024 17:10:42 +0800 Subject: [PATCH] feat: release v0.6; --- pypots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypots/__init__.py b/pypots/__init__.py index 5ab736d3..022de605 100644 --- a/pypots/__init__.py +++ b/pypots/__init__.py @@ -22,7 +22,7 @@ # # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' -__version__ = "0.6rc1" +__version__ = "0.6" from . import imputation, classification, clustering, forecasting, optim, data, utils