Skip to content

Commit

Permalink
Bump version: 1.0.3 → 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Nov 18, 2024
1 parent 437661f commit 681fbdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fetchtool/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 681fbdd

Please sign in to comment.