Skip to content

Commit 243db2e

Browse files
committed
Bump version: 1.0.5 → 1.0.6
1 parent d58422f commit 243db2e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.5
2+
current_version = 1.0.6
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)

bactabolize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__program_name__ = 'bactabolize'
2-
__version__ = '1.0.5'
2+
__version__ = '1.0.6'

docker/Dockerfile

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

33
RUN \
44
micromamba install -y -n base -c scwatts -c bioconda -c conda-forge -c defaults \
5-
'bactabolize==1.0.5' && \
5+
'bactabolize==1.0.6' && \
66
micromamba clean --all --yes
77

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

0 commit comments

Comments
 (0)