Skip to content

Commit b1733e4

Browse files
committed
Bump version to 0.1.4
1 parent cd74bd2 commit b1733e4

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

macsima_qc.egg-info/PKG-INFO

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ Requires-Dist: pandas>=1.5
2828
Requires-Dist: scikit-learn>=1.2
2929
Requires-Dist: scipy>=1.10
3030
Requires-Dist: seaborn>=0.12
31+
Provides-Extra: dev
32+
Requires-Dist: pytest>=7.0; extra == "dev"
33+
Requires-Dist: pytest-cov; extra == "dev"
3134
Dynamic: license-file
3235

3336
# macsima-qc
37+
[![Tests](https://github.com/mathisbouvet/macsima-qc/actions/workflows/tests.yml/badge.svg)](https://github.com/mathisbouvet/macsima-qc/actions/workflows/tests.yml)
3438
[![PyPI](https://img.shields.io/pypi/v/macsima-qc.svg)](https://pypi.org/project/macsima-qc/)
3539
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
3640
[![Python](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://www.python.org/downloads/)

macsima_qc.egg-info/requires.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ pandas>=1.5
77
scikit-learn>=1.2
88
scipy>=1.10
99
seaborn>=0.12
10+
11+
[dev]
12+
pytest>=7.0
13+
pytest-cov

macsima_qc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
"""
3232

33-
__version__ = "0.1.0"
33+
__version__ = "0.1.4"
3434
__author__ = "Mathis Bouvet"
3535

3636
from .masks import load_image, load_rois_from_zip, generate_masks

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "macsima-qc"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Quality control pipeline for MACSima / MACSiQView cell segmentation"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)