Skip to content

Commit

Permalink
Version bump 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Aug 10, 2022
1 parent 9be0189 commit e4209b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Singularity.def
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PATH=/bioinf-tools/:/bioinf-tools/cortex/bin/:/bioinf-tools/cortex/scripts/analy


%labels
Version 0.11.1
Version 0.11.2


%runscript
Expand Down
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="clockwork",
version="0.11.1",
version="0.11.2",
description="Pipeline code for CRyPTIC project",
packages=find_packages(),
author="Martin Hunt",
Expand All @@ -14,7 +14,7 @@
test_suite="nose.collector",
tests_require=["nose >= 1.3"],
install_requires=[
"cluster_vcf_records >= 0.11.1",
"cluster_vcf_records >= 0.13.3",
"python-dateutil >= 2.6.1",
"openpyxl >= 2.4.7",
"pyfastaq >= 3.14.0",
Expand Down

0 comments on commit e4209b9

Please sign in to comment.