diff --git a/FastOMA/__init__.py b/FastOMA/__init__.py index 9101525..2acbfdd 100644 --- a/FastOMA/__init__.py +++ b/FastOMA/__init__.py @@ -1,3 +1,3 @@ __packagename__ = "FastOMA" -__version__ = "0.1.6" +__version__ = "0.2.0" diff --git a/nextflow.config b/nextflow.config index f65a055..933bedd 100644 --- a/nextflow.config +++ b/nextflow.config @@ -10,7 +10,7 @@ manifest { params { container_name = "dessimozlab/fastoma" - container_version = "latest" + container_version = "0.2.0" omamer_db = "https://omabrowser.org/All/LUCA.h5" debug_enabled = false help = false