From 8e5825cd0ad949524a491c6f5252f98a3fded9d5 Mon Sep 17 00:00:00 2001 From: Simon Rey Date: Fri, 9 Feb 2024 12:59:14 +0100 Subject: [PATCH] Final URL update and new version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b07fdf7..a82b814 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI Status](https://img.shields.io/pypi/v/prefsampling.svg)](https://pypi.python.org/pypi/prefsampling) [![Build badge](https://github.com/COMSOC-Community/prefsampling/workflows/build/badge.svg)](https://github.com/COMSOC-Community/prefsampling/actions/workflows/build.yml) -[![codecov](https://codecov.io/gh/simon-rey/prefsampling/branch/main/graphs/badge.svg)](https://codecov.io/gh/simon-rey/prefsampling/tree/main) +[![codecov](https://codecov.io/gh/COMSOC-Community/prefsampling/branch/main/graphs/badge.svg)](https://codecov.io/gh/COMSOC-Community/prefsampling/tree/main) ## Overview diff --git a/pyproject.toml b/pyproject.toml index abb287c..9a47310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "prefsampling" -version = "0.1.0" +version = "0.1.1" description = "Algorithms to sample preferences of all kinds." authors = [ { name = "Simon Rey", email = "reysimon@orange.fr" },