Skip to content

Commit 5647c81

Browse files
committedNov 30, 2023
feat: release v0.2.1;
1 parent b8195cb commit 5647c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pypots/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2424
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
25-
__version__ = "0.2"
25+
__version__ = "0.2.1"
2626

2727

2828
from . import imputation, classification, clustering, forecasting, optim, data, utils

0 commit comments

Comments
 (0)
Please sign in to comment.