Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Aug 10, 2022
1 parent 0881d72 commit 1d74ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -25,7 +25,7 @@ SHELL ["conda", "run", "-n", "funannotate", "/bin/bash", "-c"]
RUN python -m pip install git+https://github.com/nextgenusfs/funannotate.git

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

Expand Down
2 changes: 1 addition & 1 deletion funannotate/__version__.py
@@ -1,3 +1,3 @@
VERSION = (1, 8, 12)
VERSION = (1, 8, 13)

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

0 comments on commit 1d74ded

Please sign in to comment.