We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58422f commit 243db2eCopy full SHA for 243db2e
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.5
+current_version = 1.0.6
3
commit = True
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)
bactabolize/__init__.py
@@ -1,2 +1,2 @@
__program_name__ = 'bactabolize'
-__version__ = '1.0.5'
+__version__ = '1.0.6'
docker/Dockerfile
@@ -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.5' && \
+ 'bactabolize==1.0.6' && \
6
micromamba clean --all --yes
7
8
ENV PATH="/opt/conda/bin:/opt/conda/condabin:${PATH}"
0 commit comments