Skip to content

Commit

Permalink
ok but it was cached :S
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarrop committed Jul 13, 2021
1 parent 86638e7 commit 3659985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.v0.0.14 → Dockerfile.v0.0.15
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:20.04

LABEL SOFTWARE_NAME honeybee-genotype-pipeline
LABEL MAINTAINER "Tom Harrop"
LABEL VERSION "v0.0.14"
LABEL VERSION "v0.0.15"

ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C
Expand Down Expand Up @@ -114,4 +114,4 @@ RUN python3 -m pip install --upgrade \
setuptools \
wheel && \
python3 -m pip install \
git+git://github.com/tomharrop/honeybee-genotype-pipeline.git@v0.0.14
git+git://github.com/tomharrop/honeybee-genotype-pipeline.git@v0.0.15
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.14
v0.0.15
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def readme():

setup(
name='honeybee_genotype_pipeline',
version='0.0.14',
version='0.0.15',
description='python3 wrapper for calling genotypes',
long_description=readme(),
url='https://github.com/tomharrop/honeybee-genotype-pipeline',
Expand Down

0 comments on commit 3659985

Please # to comment.