diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4449320..164f308 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ Changelog .. that users understand how the changes affect the new version. ********** -v2.0.5-dev +v2.0.5 ********** * Increase space for the HGVS description in "Results Overview" table diff --git a/common.smk b/common.smk index 061c9b4..067ea61 100644 --- a/common.smk +++ b/common.smk @@ -11,4 +11,4 @@ containers = { } # The version of HAMLET -PIPELINE_VERSION = "v2.0.4" +PIPELINE_VERSION = "v2.0.5"