From be8b53c93aa6f9460d028abc9ca553c9c4353e6f Mon Sep 17 00:00:00 2001 From: khyox Date: Mon, 5 Feb 2024 16:57:39 -0800 Subject: [PATCH] Bump version with the addition of new tool refafilt On branch dev modified: README.md modified: recentrifuge/__init__.py modified: setup.py --- README.md | 2 +- recentrifuge/__init__.py | 4 ++-- setup.py | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 72c304e..4135c9a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ____ -[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.2)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml) +[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.14.0)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml) [![](https://img.shields.io/maintenance/yes/2024.svg)](http://www.recentrifuge.org) [![](https://img.shields.io/github/languages/top/khyox/recentrifuge.svg)](https://pypi.org/project/recentrifuge/) [![](https://img.shields.io/pypi/pyversions/recentrifuge.svg)](https://pypi.org/project/recentrifuge/) diff --git a/recentrifuge/__init__.py b/recentrifuge/__init__.py index ff520c7..664d59f 100644 --- a/recentrifuge/__init__.py +++ b/recentrifuge/__init__.py @@ -33,8 +33,8 @@ __email__ = 'jse.mnl **AT** gmail.com' __maintainer__ = 'Jose Manuel Marti' __status__ = 'Production/Stable' -__date__ = 'Jan 2024' -__version__ = '1.13.2' +__date__ = 'Feb 2024' +__version__ = '1.14.0' import sys from Bio import SeqIO diff --git a/setup.py b/setup.py index 062e205..dc54ebc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='recentrifuge', - version='1.13.2', + version='1.14.0', packages=['recentrifuge'], url='http://www.recentrifuge.org', license='AGPL except krona.js, with its own license by BNBI', @@ -12,7 +12,7 @@ long_description=""" **Robust comparative analysis and contamination removal for metagenomics** -[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.13.2)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml) +[![Retest](https://github.com/khyox/Recentrifuge/actions/workflows/retest.yaml/badge.svg?branch=v1.14.0)](https://github.com/khyox/recentrifuge/actions/workflows/retest.yaml) With Recentrifuge, researchers can interactively explore what organisms are in their samples and at which level of confidence, thus enabling a robust comparative analysis of multiple samples in any metagenomic study. @@ -60,7 +60,7 @@ 'Tracker': 'https://github.com/khyox/recentrifuge/issues', }, scripts=['rcf', 'rextract', 'retaxdump', 'remock', 'retest', - 'refasplit', 'rextraccnt'], + 'refasplit', 'rextraccnt', 'refafilt'], install_requires=[ 'biopython==1.79', 'numpy>=1.19.5',