Skip to content

Commit

Permalink
fix: release as v0.6 RC1 instead of v0.6;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed May 28, 2024
1 parent bb80e47 commit c39beb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"
__version__ = "0.6rc1"


from . import imputation, classification, clustering, forecasting, optim, data, utils
Expand Down

0 comments on commit c39beb2

Please sign in to comment.