diff --git a/Containerfile b/Containerfile index 0d9d372..64fa7a1 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ FROM mambaorg/micromamba:1.5.8 LABEL maintainer="Microbiome Informatics" -LABEL version="1.0.3" +LABEL version="1.0.4" LABEL description="EBI Fetch Tool." COPY --chown=$MAMBA_USER:$MAMBA_USER conda_environment.yml /tmp/env.yaml diff --git a/fetchtool/__init__.py b/fetchtool/__init__.py index 976498a..92192ee 100644 --- a/fetchtool/__init__.py +++ b/fetchtool/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" +__version__ = "1.0.4" diff --git a/pyproject.toml b/pyproject.toml index 008397a..1ce07c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ target-version = ["py38"] profile = "black" [tool.bumpversion] -current_version = "1.0.3" +current_version = "1.0.4" commit = true tag = true