From 681fbdd0c16d43bba7abeeac1a859b39a0f8de27 Mon Sep 17 00:00:00 2001 From: Martin Beracochea Date: Mon, 18 Nov 2024 13:54:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.3=20=E2=86=92=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Containerfile | 2 +- fetchtool/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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