Skip to content

Commit

Permalink
Fix cpg-utils dependency (#545)
Browse files Browse the repository at this point in the history
* Require fixed cpg-utils (cpg-utils#149)

* Bump version: 1.18.13 → 1.18.14
  • Loading branch information
MattWellie authored Dec 12, 2023
1 parent 5f19a4f commit bd66631
Show file tree
Hide file tree
Showing 3 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 = 1.18.13
current_version = 1.18.14
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read

env:
VERSION: 1.18.13
VERSION: 1.18.14

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
setup(
name='cpg-workflows',
# This tag is automatically updated by bumpversion
version='1.18.13',
version='1.18.14',
description='CPG workflows for Hail Batch',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url=f'https://github.com/populationgenomics/production-pipelines',
license='MIT',
packages=find_packages(),
install_requires=[
'cpg-utils>=4.18.2',
'cpg-utils>=4.18.3',
'cyvcf2==0.30.18',
'analysis-runner>=2.41.2',
'hail!=0.2.120', # Temporarily work around hail-is/hail#13337
Expand Down

0 comments on commit bd66631

Please sign in to comment.