Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-bethany committed Jul 8, 2024
1 parent 8372fd2 commit 01a0877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)
Expand Down
2 changes: 1 addition & 1 deletion bactabolize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__program_name__ = 'bactabolize'
__version__ = '1.0.2'
__version__ = '1.0.3'
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mambaorg/micromamba:0.24.0

RUN \
micromamba install -y -n base -c scwatts -c bioconda -c conda-forge -c defaults \
'bactabolize==1.0.2' && \
'bactabolize==1.0.3' && \
micromamba clean --all --yes

ENV PATH="/opt/conda/bin:/opt/conda/condabin:${PATH}"

0 comments on commit 01a0877

Please sign in to comment.