version update

This commit is contained in:
Andrea Esuli 2021-06-01 16:15:31 +02:00
parent 460efe7105
commit 9c880c3d24
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from . import model_selection
from . import classification
from quapy.method.base import isprobabilistic, isaggregative
__version__ = '0.1.4'
__version__ = '0.1.5'
environ = {
'SAMPLE_SIZE': None,