Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbulgarelli committed Aug 29, 2020
1 parent 492cfed commit bba19a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calibration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Lucas Bulgarelli <[email protected]>"
__version__ = "0.1.2"
__version__ = "0.1.3"

import numpy as np
from tqdm import tqdm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2',
version='0.1.3',
description='Assessment of calibration in binomial prediction models.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bba19a9

Please sign in to comment.