Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update version
Browse files Browse the repository at this point in the history
balajtimate committed Oct 31, 2024
1 parent db6bd5c commit 2b17aca
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ FROM continuumio/miniconda3:4.12.0
LABEL base_image="continuumio/miniconda3:4.12.0"
LABEL version="1.0"
LABEL software="HTSinfer"
LABEL software.version="v0.9.0"
LABEL software.version="v1.0.0"
LABEL about.summary="HTSinfer infers metadata from Illumina high-throughput sequencing (HTS) data"
LABEL about.home="https://github.com/zavolanlab/htsinfer"
LABEL about.documentation="https://htsinfer.readthedocs.io/"
2 changes: 1 addition & 1 deletion htsinfer/__init__.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@

from htsinfer.htsinfer import HtsInfer # noqa:F401

__version__ = "0.11.0"
__version__ = "1.0.0"

0 comments on commit 2b17aca

Please sign in to comment.