From 3ff68879a3102f46004e58a67b8a85480688c7cd Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Wed, 17 Jan 2024 15:56:27 +0800 Subject: [PATCH] feat: release v0.3.1; --- pypots/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypots/__init__.py b/pypots/__init__.py index 5f0cb4c5..cac72d2d 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.3" +__version__ = "0.3.1" from . import imputation, classification, clustering, forecasting, optim, data, utils