From 0e79341c9c9b1d2210181afa04c5379c334696ba Mon Sep 17 00:00:00 2001 From: MattWellie Date: Thu, 31 Oct 2024 14:02:40 +1000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.1.1=20=E2=86=92=206.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/index_page_builder.yaml | 2 +- README.md | 2 +- setup.py | 2 +- src/talos/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 855b683f..6525adde 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.1 +current_version = 6.1.2 commit = True tag = False diff --git a/.github/workflows/index_page_builder.yaml b/.github/workflows/index_page_builder.yaml index a987ead8..352c0778 100644 --- a/.github/workflows/index_page_builder.yaml +++ b/.github/workflows/index_page_builder.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest env: - VERSION: 6.1.1 + VERSION: 6.1.2 steps: diff --git a/README.md b/README.md index e42d48c7..1555ee09 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Analysis consists of two main phases: At this time the recommended way to use this tool is via Docker, building using the Dockerfile in this repository. ```commandline -docker build -t talos:6.1.1 . +docker build -t talos:6.1.2 . ``` ## Input Data diff --git a/setup.py b/setup.py index 0df2620f..9179383b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read_reqs(filename: str) -> list[str]: name='talos', description='Centre for Population Genomics Variant Prioritisation', long_description=readme, - version='6.1.1', + version='6.1.2', author='Matthew Welland, CPG', author_email='matthew.welland@populationgenomics.org.au, cas.simons@populationgenomics.org.au', package_data={'talos': ['templates/*.jinja', 'example_config.toml']}, diff --git a/src/talos/version.py b/src/talos/version.py index 206cad43..a8e7a2d6 100644 --- a/src/talos/version.py +++ b/src/talos/version.py @@ -3,4 +3,4 @@ """ # Do not edit this file manually -__version__ = '6.1.1' +__version__ = '6.1.2'