From 3659985ee9da390b97c026c827e867db8e8e00ff Mon Sep 17 00:00:00 2001 From: Tom Harrop Date: Tue, 13 Jul 2021 15:23:35 +1000 Subject: [PATCH] ok but it was cached :S --- Dockerfile.v0.0.14 => Dockerfile.v0.0.15 | 4 ++-- VERSION | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename Dockerfile.v0.0.14 => Dockerfile.v0.0.15 (98%) diff --git a/Dockerfile.v0.0.14 b/Dockerfile.v0.0.15 similarity index 98% rename from Dockerfile.v0.0.14 rename to Dockerfile.v0.0.15 index f008d8c..1ae7689 100644 --- a/Dockerfile.v0.0.14 +++ b/Dockerfile.v0.0.15 @@ -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 @@ -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 diff --git a/VERSION b/VERSION index 3802e7d..c8fe2be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.14 +v0.0.15 diff --git a/setup.py b/setup.py index 2c4c70c..4f1a350 100644 --- a/setup.py +++ b/setup.py @@ -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',