Skip to content

Commit

Permalink
bump version v1.0.0 -> v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Nov 2, 2024
1 parent f7c2a58 commit 6540742
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
@@ -1,6 +1,6 @@
[![Python package](https://github.com/Molmed/conformist/actions/workflows/python-package.yml/badge.svg)](https://github.com/Molmed/conformist/actions/workflows/python-package.yml)

# Conformist v1.0.0
# Conformist v1.0.1

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

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.0.0"
version = "v1.0.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.0.0"
current_version = "v1.0.1"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 6540742

Please sign in to comment.