diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9bb446a4..a62bb42d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.2.2 +current_version = 8.2.3 commit = True tag = True tag_name = v{new_version} @@ -19,4 +19,3 @@ tag_name = v{new_version} [bumpversion:file:docs/user_guide.rst] search = {current_version} replace = {new_version} - diff --git a/BALSAMIC/__init__.py b/BALSAMIC/__init__.py index 50bb51d17..03cda64e8 100644 --- a/BALSAMIC/__init__.py +++ b/BALSAMIC/__init__.py @@ -1 +1 @@ -__version__ = "8.2.2" +__version__ = "8.2.3" diff --git a/BALSAMIC/__version__.py b/BALSAMIC/__version__.py index 50bb51d17..03cda64e8 100644 --- a/BALSAMIC/__version__.py +++ b/BALSAMIC/__version__.py @@ -1 +1 @@ -__version__ = "8.2.2" +__version__ = "8.2.3" diff --git a/BALSAMIC/containers/balsamic/Dockerfile b/BALSAMIC/containers/balsamic/Dockerfile index 836f8897f..1a8f3e25b 100644 --- a/BALSAMIC/containers/balsamic/Dockerfile +++ b/BALSAMIC/containers/balsamic/Dockerfile @@ -6,7 +6,7 @@ LABEL about.documentation="https://balsamic.readthedocs.io/" LABEL about.license="MIT License (MIT)" LABEL about.maintainer="Hassan Foroughi hassan dot foroughi at scilifelab dot se" LABEL about.description="Bioinformatic analysis pipeline for somatic mutations in cancer" -LABEL about.version="8.2.2" +LABEL about.version="8.2.3" ENV PATH="/opt/conda/bin/:${PATH}" ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl" diff --git a/CITATION.cff b/CITATION.cff index 8e6a78714..89feac8ff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,5 +18,5 @@ authors: - family-names: "Wirta" given-names: "Valtteri" title: "BALSAMIC: Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer" -version: v8.2.2 +version: v8.2.3 url: "https://github.com/Clinical-Genomics/BALSAMIC" diff --git a/README.rst b/README.rst index 884bce779..c8624f598 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ -