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