Skip to content

Commit

Permalink
Bump version: 6.1.1 → 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Oct 31, 2024
1 parent 880d4d3 commit 0e79341
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.1
current_version = 6.1.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/index_page_builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

env:
VERSION: 6.1.1
VERSION: 6.1.2

steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']},
Expand Down
2 changes: 1 addition & 1 deletion src/talos/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

# Do not edit this file manually
__version__ = '6.1.1'
__version__ = '6.1.2'

0 comments on commit 0e79341

Please sign in to comment.