Skip to content

Commit 3c2e1d9

Browse files
committed
update version
1 parent 925b757 commit 3c2e1d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# P*y*ꟼ*ermut*
22

3-
[![Code PythonVersion](https://img.shields.io/badge/python-3.7+-blue)](https://img.shields.io/badge/python-3.7+-blue)
3+
[![Code PythonVersion](https://img.shields.io/badge/python-3.8+-blue)](https://img.shields.io/badge/python-3.8+-blue)
44
[![License](https://img.shields.io/badge/licence-BSD--3--Clause-green)](https://img.shields.io/badge/license-BSD--3--Clause-green)
55
[![Country](https://img.shields.io/badge/made%20in-France-blue)](https://img.shields.io/badge/made%20in-France-blue)
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypermut"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "PyPermut is a Python package implementing permutation tests"
55
authors = ["Quentin Barthelemy", "Anonymous", "Louis Mayaud"]
66
license = "BSD-3-Clause"
@@ -19,7 +19,7 @@ packages = [
1919
]
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.7"
22+
python = "^3.8"
2323
numpy = "^1.16.5"
2424
scipy = "^1.6.0"
2525
matplotlib = "^3.0.0"

0 commit comments

Comments
 (0)