- README update

This commit is contained in:
Wim Pomp
2023-08-08 17:50:20 +02:00
parent 0635c62d42
commit dfee4bc0ea
2 changed files with 25 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
[tool.poetry]
name = "parfor"
version = "2023.8.0"
version = "2023.8.1"
description = "A package to mimic the use of parfor as done in Matlab."
authors = ["Wim Pomp <wimpomp@gmail.com>"]
license = "GPLv3"
readme = "README.md"
keywords = ["parfor", "concurrency", "multiprocessing", "parallel"]
repository = "https://gitlab.rhpc.nki.nl/LenstraLab/LiveCellAnalysis"
repository = "https://github.com/wimpomp/parfor"
[tool.poetry.dependencies]
python = "^3.5"