diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index a701186..b114e46 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -1,7 +1,10 @@ -Change Log 0.2.0 +Change Log 0.2.1 ----------------- -CLEAN TODO-FILE +... + +Change Log 0.2.0 +----------------- - Base code Refactor: - Removing coupling between LabelledCollection and quantification methods; the fit interface changes: diff --git a/quapy/__init__.py b/quapy/__init__.py index d013f5b..a952fbc 100644 --- a/quapy/__init__.py +++ b/quapy/__init__.py @@ -13,7 +13,7 @@ from . import model_selection from . import classification import os -__version__ = '0.2.0' +__version__ = '0.2.1' def _default_cls():