Skip to content

Commit

Permalink
Merge pull request #35 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Releasing v0.6
  • Loading branch information
WenjieDu committed Jun 3, 2024
2 parents fabfd30 + e9baaef commit bd2a439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygrinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.5"
__version__ = "0.6"

from .missing_at_random import mar_logistic
from .missing_completely_at_random import mcar, mcar_little_test
Expand Down

0 comments on commit bd2a439

Please sign in to comment.