We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8195cb commit 5647c81Copy full SHA for 5647c81
pypots/__init__.py
@@ -22,7 +22,7 @@
22
#
23
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
24
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
25
-__version__ = "0.2"
+__version__ = "0.2.1"
26
27
28
from . import imputation, classification, clustering, forecasting, optim, data, utils
0 commit comments