From ffb1f3114fbd4b15be09e32b0620102bfffbc2b0 Mon Sep 17 00:00:00 2001 From: "glegoc@NeuroPSI" Date: Thu, 19 Dec 2024 14:39:38 +0100 Subject: [PATCH] Update pyproject.toml and README.md --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cffe6f..1f34b17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # cuisto +[![Python Version](https://img.shields.io/pypi/pyversions/cuisto.svg)](https://pypi.org/project/cuisto) +[![PyPI](https://img.shields.io/pypi/v/cuisto.svg)](https://pypi.org/project/cuisto/) + Python package for histological quantification of objects in reference atlas regions. `cuisto` uses data exported from [QuPath](https://qupath.github.io) used with [ABBA](https://abba-documentation.readthedocs.io/en/latest/) to pool data and derive, average and display metrics. diff --git a/pyproject.toml b/pyproject.toml index 43dc9ab..ab192d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cuisto" -version = "2024.12.19" +version = "2024.12.19.1" authors = [{ name = "Guillaume Le Goc", email = "g.legoc@posteo.org" }] description = "Quantification of objects in histological slices" readme = "README.md"