From e6910664b0aa19ec2342655c1976661272780a87 Mon Sep 17 00:00:00 2001 From: sameeul Date: Wed, 9 Nov 2022 10:55:37 -0500 Subject: [PATCH] Version bump and Readme update --- README.md | 4 ++-- plugin.json | 4 ++-- src/nyx/version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 92a5c215..8d01ac4d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Documentation Status](https://readthedocs.org/projects/nyxus/badge/?version=latest)](https://nyxus.readthedocs.io/en/latest/) [![PyPI](https://img.shields.io/pypi/v/nyxus.svg)](https://pypi.org/project/nyxus/) -[![PyPI Downloads](https://img.shields.io/pypi/dm/nyxus)](https://pypi.org/project/nyxus/) +[![PyPI Downloads](https://img.shields.io/pypi/dm/nyxus?label=PyPI%20downloads)](https://pypi.org/project/nyxus/) [![Conda](https://img.shields.io/conda/v/conda-forge/nyxus)](https://anaconda.org/conda-forge/nyxus) -[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/nyxus)](https://anaconda.org/conda-forge/nyxus) +[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/nyxus?label=Conda%20downloads)](https://anaconda.org/conda-forge/nyxus) A scalable library for calculating features from intensity-label image data diff --git a/plugin.json b/plugin.json index 8251e473..5044ceb3 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Nyxus", - "version": "0.3.0", - "containerId": "polusai/nyxus:0.3.0", + "version": "0.4.0", + "containerId": "polusai/nyxus:0.4.0", "title": "Nyxus feature extraction", "description": "Nyxus feature extractor", "author": "friskluft + hsidky", diff --git a/src/nyx/version.h b/src/nyx/version.h index fbb72f32..e2999588 100644 --- a/src/nyx/version.h +++ b/src/nyx/version.h @@ -2,6 +2,6 @@ #define VERSIONH_INCLUDED #define PROJECT_NAME "Nyxus" -#define PROJECT_VER "0.3.0" +#define PROJECT_VER "0.4.0" #endif // VERSIONH_INCLUDED