Skip to content

Commit bc00c79

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent ca6ceb9 commit bc00c79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mambaorg/micromamba:1.5.8
22

33
LABEL maintainer="Microbiome Informatics"
4-
LABEL version="1.0.2"
4+
LABEL version="1.0.3"
55
LABEL description="EBI Fetch Tool."
66

77
COPY --chown=$MAMBA_USER:$MAMBA_USER conda_environment.yml /tmp/env.yaml

fetchtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ target-version = ["py38"]
8383
profile = "black"
8484

8585
[tool.bumpversion]
86-
current_version = "1.0.2"
86+
current_version = "1.0.3"
8787
commit = true
8888
tag = true
8989

0 commit comments

Comments
 (0)