update to 0.1.6

This commit is contained in:
Alejandro Moreo Fernandez 2021-07-02 11:09:43 +02:00
parent f9b80ae437
commit a091b2af82
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.5'
__version__ = '0.1.6'
environ = {
'SAMPLE_SIZE': None,