diff --git a/Singularity.def b/Singularity.def index 708931e..ba00c29 100644 --- a/Singularity.def +++ b/Singularity.def @@ -32,7 +32,7 @@ NXF_VER=22.10.0 %labels - Version 0.12.3 + Version 0.12.5 %runscript diff --git a/python/setup.py b/python/setup.py index e45933a..04daafa 100644 --- a/python/setup.py +++ b/python/setup.py @@ -4,7 +4,7 @@ setup( name="clockwork", - version="0.12.3", + version="0.12.5", description="Pipeline code for CRyPTIC project", packages=find_packages(), author="Martin Hunt",