diff --git a/doc/changelog.rst b/doc/changelog.rst index 54f3e95c..3ed98b3a 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -Unreleased +Version 0.3.0 ---------- - Fix bug with random initialization of KMedoids [`#129 `_]. diff --git a/sklearn_extra/_version.py b/sklearn_extra/_version.py index 493f7415..95407eb1 100644 --- a/sklearn_extra/_version.py +++ b/sklearn_extra/_version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.0dev0"