From 046c52fd6b86e9581fccd8d893e4a6a7ac2bf10c Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Mon, 6 May 2024 22:20:17 +0800 Subject: [PATCH] feat: release v0.5; --- pypots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypots/__init__.py b/pypots/__init__.py index 1bb2b9d8..62da4b21 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.4.1" +__version__ = "0.5" from . import imputation, classification, clustering, forecasting, optim, data, utils