Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yu9824 committed Nov 18, 2024
1 parent 0b9fc8d commit 72aacea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kennard_stone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

from ._core._core import KFold, train_test_split

__version__ = "3.0.0rc1"
__version__ = "3.0.0"
__license__ = "MIT"
__author__ = "yu9824"
__copyright__ = "Copyright © 2021 yu9824"
__url__ = "https://github.com/yu9824/kennard_stone"

__all__ = [
__all__ = (
"KFold",
"train_test_split",
]
)

0 comments on commit 72aacea

Please sign in to comment.