Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
qbarthelemy committed Oct 11, 2024
1 parent 925b757 commit 3c2e1d9
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 @@
# 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)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 3c2e1d9

Please sign in to comment.