diff --git a/README.md b/README.md index 7da7ea6..413c97c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Add the hooks to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/CCBR/Tools - rev: v0.5.0 + rev: v0.7.0 hooks: - id: detect-absolute-paths - id: sync-nextflow-version @@ -179,7 +179,7 @@ guidelines](https://CCBR.github.io/Tools/CONTRIBUTING). Please cite this software if you use it in a publication: > Sovacool K., Koparde V., Kuhn S., Tandon M., and Huse S. (2026). CCBR -> Tools: Utilities for CCBR Bioinformatics Software (version v0.5.3). +> Tools: Utilities for CCBR Bioinformatics Software (version v0.7.0). > DOI: 10.5281/zenodo.13377166 URL: https://ccbr.github.io/Tools/ ### Bibtex entry diff --git a/docs/_basic_usage.qmd b/docs/_basic_usage.qmd index ca43cc7..d26ef4a 100644 --- a/docs/_basic_usage.qmd +++ b/docs/_basic_usage.qmd @@ -29,7 +29,7 @@ commands = [cmd.split()[0] for cmd in help_lst[commands_idx].split('\n')[1:] if print("\n".join(( "```yaml", " - repo: https://github.com/CCBR/Tools", - " rev: v0.5.0", + " rev: v0.7.0", " hooks:" ))) for cmd in commands: diff --git a/src/ccbr_tools/hooks/sync_nextflow_version.py b/src/ccbr_tools/hooks/sync_nextflow_version.py index 911779c..7cd2a93 100644 --- a/src/ccbr_tools/hooks/sync_nextflow_version.py +++ b/src/ccbr_tools/hooks/sync_nextflow_version.py @@ -7,7 +7,7 @@ ```yaml - repo: https://github.com/CCBR/Tools - rev: v0.6.1 + rev: v0.7.0 hooks: - id: sync-nextflow-version ```