From b69c195d08c0f5fb48a5fbd7335d7eb5556888bb Mon Sep 17 00:00:00 2001 From: Lucas Bulgarelli Date: Wed, 24 Mar 2021 01:59:10 -0300 Subject: [PATCH] v0.1.4 --- calibration.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calibration.py b/calibration.py index 1900a5a..b7bb1a1 100644 --- a/calibration.py +++ b/calibration.py @@ -1,5 +1,5 @@ __author__ = "Lucas Bulgarelli " -__version__ = "0.1.3" +__version__ = "0.1.4" import numpy as np from tqdm import tqdm diff --git a/setup.py b/setup.py index 8265d9a..fde261f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.3', + version='0.1.4', description='Assessment of calibration in binomial prediction models.', long_description=long_description, long_description_content_type='text/markdown',