From 3c2e1d9c95ff45509a8617b101a0833ec142ff4b Mon Sep 17 00:00:00 2001 From: qbarthelemy Date: Fri, 11 Oct 2024 08:53:01 +0200 Subject: [PATCH] update version --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a622d4..ae57f9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # P*y*ꟼ*ermut* -[![Code PythonVersion](https://img.shields.io/badge/python-3.7+-blue)](https://img.shields.io/badge/python-3.7+-blue) +[![Code PythonVersion](https://img.shields.io/badge/python-3.8+-blue)](https://img.shields.io/badge/python-3.8+-blue) [![License](https://img.shields.io/badge/licence-BSD--3--Clause-green)](https://img.shields.io/badge/license-BSD--3--Clause-green) [![Country](https://img.shields.io/badge/made%20in-France-blue)](https://img.shields.io/badge/made%20in-France-blue) diff --git a/pyproject.toml b/pyproject.toml index 8cfcd66..18c007f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypermut" -version = "0.2.0" +version = "0.2.1" description = "PyPermut is a Python package implementing permutation tests" authors = ["Quentin Barthelemy", "Anonymous", "Louis Mayaud"] license = "BSD-3-Clause" @@ -19,7 +19,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" numpy = "^1.16.5" scipy = "^1.6.0" matplotlib = "^3.0.0"