Skip to content

Commit

Permalink
Patch with version option
Browse files Browse the repository at this point in the history
  • Loading branch information
pandurang-kolekar committed Jul 23, 2023
1 parent f191182 commit d9ef352
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/deepseqcoverageqc:0.3.1
tags: ${{ secrets.DOCKERHUB_USERNAME }}/deepseqcoverageqc:0.3.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM python:3.9-slim-buster
################## METADATA ###############################
LABEL "org.opencontainers.image.title"="DeepSeqCoverageQC"
LABEL "org.opencontainers.image.description"="Compute coverage QC metrics for deep targeted sequencing data"
LABEL "org.opencontainers.image.version"="0.3.1"
LABEL "org.opencontainers.image.version"="0.3.2"
LABEL "org.opencontainers.image.base.name"="python:3.9-slim-buster"
LABEL "org.opencontainers.image.url"="https://github.com/pandurang-kolekar/DeepSeqCoverageQC"
LABEL "org.opencontainers.image.licenses"="Apache License, Version 2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
### Using [Docker](https://www.docker.com/)

```bash
docker run -it pskolekar/deepseqcoverageqc:0.3.1 DeepSeqCoverageQC --help
docker run -it pskolekar/deepseqcoverageqc:0.3.2 DeepSeqCoverageQC --help
```

### Using [Miniconda](https://docs.conda.io/en/latest/miniconda.html)
Expand Down
2 changes: 1 addition & 1 deletion deepseqcoverageqc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## :simple-docker: Using [Docker](https://www.docker.com/)

```bash
docker run -it pskolekar/deepseqcoverageqc:0.3.1 DeepSeqCoverageQC --help
docker run -it pskolekar/deepseqcoverageqc:0.3.2 DeepSeqCoverageQC --help
```

## :simple-anaconda: Using [Miniconda](https://docs.conda.io/en/latest/miniconda.html)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DeepSeqCoverageQC"
version = "0.3.1"
version = "0.3.2"
description = "Compute coverage QC metrics for deep targeted sequencing data"
authors = ["Pandurang Kolekar <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d9ef352

Please sign in to comment.