From 838958a1873713ec4bddfb04de94bee7d3628cb7 Mon Sep 17 00:00:00 2001 From: Sage Wright Date: Fri, 29 Sep 2023 17:02:35 +0000 Subject: [PATCH] update docker --- Dockerfile | 2 +- README.md | 2 +- tbp_parser/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d31c61d..5fa5ef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ ARG SAMTOOLS_VER LABEL base.image="ubuntu:jammy" LABEL dockerfile.version="1" LABEL software="tbp-parser" -LABEL software.version="0.0.17" +LABEL software.version="1.0.0" LABEL description="tbp-parser and samtools" LABEL website="https://github.com/theiagen/tbp-parser" LABEL license="https://github.com/theiagen/tbp-parser/blob/main/LICENSE" diff --git a/README.md b/README.md index 7657458..83bff1a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please reach out to us at [theiagen@support.com](mailto:theiagen@support.com) if We recommend using the following Docker image to run tbp-parser: ```markdown -docker pull us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:0.0.17 +docker pull us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:1.0.0 ``` ## Usage diff --git a/tbp_parser/__init__.py b/tbp_parser/__init__.py index 3d2298c..5da9363 100644 --- a/tbp_parser/__init__.py +++ b/tbp_parser/__init__.py @@ -1 +1 @@ -__VERSION__ = "v0.0.17" \ No newline at end of file +__VERSION__ = "v1.0.0" \ No newline at end of file