Skip to content

Commit 1d74ded

Browse files
author
Jon Palmer
committed
bump version for release
1 parent 0881d72 commit 1d74ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SHELL ["conda", "run", "-n", "funannotate", "/bin/bash", "-c"]
2525
RUN python -m pip install git+https://github.com/nextgenusfs/funannotate.git
2626

2727
# package with conda-pack
28-
RUN conda-pack -n funannotate -o /tmp/env.tar && \
28+
RUN conda-pack --ignore-missing-files -n funannotate -o /tmp/env.tar && \
2929
mkdir /venv && cd /venv && tar xf /tmp/env.tar && \
3030
rm /tmp/env.tar
3131

funannotate/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 8, 12)
1+
VERSION = (1, 8, 13)
22

33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)