Skip to content

Commit

Permalink
feat: release v0.6.3;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Aug 13, 2024
1 parent 76b6aa7 commit 16aa3e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pygrinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
PyGrinder: a Python toolkit for grinding data beans into the incomplete.
PyGrinder: a Python toolkit for grinding data beans into the incomplete for real-world data simulation by
introducing missing values with different missingness patterns
"""

# Created by Wenjie Du <wenjay.du@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion pygrinder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
#
# 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.2"
__version__ = "0.6.3"

0 comments on commit 16aa3e5

Please sign in to comment.