From e2bb30a5efb9ab9d97cdf4ceed73bda0b51e778a Mon Sep 17 00:00:00 2001 From: AtaJadidAhari Date: Mon, 27 May 2024 13:04:00 +0200 Subject: [PATCH] update version nr to 1.4.0 --- README.md | 2 +- docs/source/conf.py | 2 +- docs/source/installation.rst | 2 +- drop/__init__.py | 2 +- drop/cli.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 394b7f54..3e762b51 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ mamba create -n drop_env -c conda-forge -c bioconda drop --override-channels In the case of mamba/conda troubles we recommend using the fixed `DROP_.yaml` installation file we make available on our [public server](https://www.cmm.in.tum.de/public/paper/drop_analysis/). Install the current version and use the full path in the following command to install the conda environment `drop_env` ``` -mamba env create -f DROP_1.3.3.yaml +mamba env create -f DROP_1.4.0.yaml ``` Test installation with demo project diff --git a/docs/source/conf.py b/docs/source/conf.py index 63e4ce56..f4fcb650 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Michaela Müller' # The full version, including alpha/beta/rc tags -release_ = '1.3.3' +release_ = '1.4.0' diff --git a/docs/source/installation.rst b/docs/source/installation.rst index fea0d531..25119db0 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -20,7 +20,7 @@ Install the latest version and use the full path in the following command to ins .. code-block:: bash - mamba env create -f DROP_1.3.3.yaml + mamba env create -f DROP_1.4.0.yaml Installation time: ~ 10min diff --git a/drop/__init__.py b/drop/__init__.py index 4a5f75c9..199a071e 100644 --- a/drop/__init__.py +++ b/drop/__init__.py @@ -4,5 +4,5 @@ from . import utils from . import demo -__version__ = "1.3.3" +__version__ = "1.4.0" diff --git a/drop/cli.py b/drop/cli.py index f3778598..baec7438 100644 --- a/drop/cli.py +++ b/drop/cli.py @@ -17,7 +17,7 @@ @click.group() @click_log.simple_verbosity_option(logger) -@click.version_option('1.3.3',prog_name='drop') +@click.version_option('1.4.0',prog_name='drop') def main(): diff --git a/setup.cfg b/setup.cfg index 09af7983..7b0f5089 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.4.0 commit = True [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 65b687c0..e8aaf873 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name="drop", - version="1.3.3", + version="1.4.0", author="Vicente A. Yépez, Michaela Müller, Nicholas H. Smith, Daniela Klaproth-Andrade, Luise Schuller, Ines Scheller, Christian Mertes , Julien Gagneur ", author_email="yepez@in.tum.de",