Skip to content

Commit

Permalink
Merge pull request #101 from cokelaer/main
Browse files Browse the repository at this point in the history
Fix metadata
  • Loading branch information
cokelaer authored Jan 11, 2024
2 parents 7123e75 + 33e6ff2 commit fdcc515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ Changelog
========= ======================================================================
Version Description
========= ======================================================================
0.16.9
0.16.9 * Fix slurm sys exit (replaced by print)
* upadte doc
* more tests
0.16.8 * stats command add the number of rules per pipeline
* better slurm parsing using profile tree directory (slurm in logs/)
0.16.7 * add missing --trimming-quality option in list of TrimmingOption
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
#maintainer ?#maintainer email
[tool.poetry]
name = "sequana_pipetools"
version = "0.16.8"
version = "0.16.9"
description = "A set of tools to help building or using Sequana pipelines"
authors = ["Sequana Team"]
license = "BSD-3"
Expand Down

0 comments on commit fdcc515

Please sign in to comment.