From 65407423ba4b76af1db99d6804648d1806022a10 Mon Sep 17 00:00:00 2001 From: Mariya Lysenkova Wiklander Date: Sat, 2 Nov 2024 09:20:46 +0100 Subject: [PATCH] bump version v1.0.0 -> v1.0.1 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2bd60b..b053356 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index d730ccd..d0efd4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "mariya.lysenkova@medsci.uu.se" }] @@ -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}"