Skip to content

Commit d1c2adf

Browse files
committed
bump version v1.0.2 -> v1.0.3
1 parent 2b9ad80 commit d1c2adf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<h1 class="custom-font miami-neon-text">Conformist</h1>
1313

14-
Conformist v1.0.2 is an implementation of conformal prediction, specifically conformal risk control. It was written using Python 3.8.
14+
Conformist v1.0.3 is an implementation of conformal prediction, specifically conformal risk control. It was written using Python 3.8.
1515

1616
*BaseCoP* contains utility functions common to all conformal predictors, such as splitting data into calibration and validation sets, and setting up runs. It is extended by *FNRCoP* that implements conformal risk control.
1717

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "conformist"
9-
version = "v1.0.2"
9+
version = "v1.0.3"
1010
description = "Conformal prediction for machine learning classifiers"
1111
readme = "README.md"
1212
authors = [{ name = "Mariya Lysenkova Wiklander", email = "[email protected]" }]
@@ -33,7 +33,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]
3333
Homepage = "https://github.com/Molmed/conformist"
3434

3535
[tool.bumpver]
36-
current_version = "v1.0.2"
36+
current_version = "v1.0.3"
3737
version_pattern = "vMAJOR.MINOR.PATCH"
3838
commit_message = "bump version {old_version} -> {new_version}"
3939
tag_message = "{new_version}"

0 commit comments

Comments
 (0)