Skip to content

Commit

Permalink
Bump version: 5.1.3 → 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Jul 27, 2024
1 parent 83b3c9f commit 8dcc32e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 5.1.3
current_version = 5.1.4
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

env:
VERSION: 5.1.3
VERSION: 5.1.4

steps:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_reqs(filename: str) -> list[str]:
name='talos',
description='Centre for Population Genomics Variant Prioritisation',
long_description=readme,
version='5.1.3',
version='5.1.4',
author='Matthew Welland, CPG',
author_email='matthew.welland@populationgenomics.org.au, cas.simons@populationgenomics.org.au',
package_data={'talos': ['templates/*.jinja', 'reanalysis_global.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__ = '5.1.3'
__version__ = '5.1.4'

0 comments on commit 8dcc32e

Please sign in to comment.