Skip to content

Commit

Permalink
bump version v1.1.0 -> v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Dec 9, 2024
1 parent 77899b5 commit 4bdc8e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

Conformist v1.1.0 is an implementation of conformal prediction, specifically conformal risk control. It was written using Python 3.8.
Conformist v1.1.1 is an implementation of conformal prediction, specifically conformal risk control. It was written using Python 3.8.

*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.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "conformist"
version = "v1.1.0"
version = "v1.1.1"
description = "Conformal prediction for machine learning classifiers"
readme = "README.md"
authors = [{ name = "Mariya Lysenkova Wiklander", email = "[email protected]" }]
Expand All @@ -33,7 +33,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]
Homepage = "https://github.com/Molmed/conformist"

[tool.bumpver]
current_version = "v1.1.0"
current_version = "v1.1.1"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 4bdc8e2

Please sign in to comment.