Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Apr 17, 2024
1 parent 4510be5 commit ff2a239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
## [v0.17.0]
### Added
- `--reads_per_file` option can split inputs into batched files when demultiplexing. Users should use Unix `split` with piped output.
- `--runids` option to output a file enumerating detected run identifiers.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

const char *argp_program_version = "0.16.8";
const char *argp_program_version = "0.17.0";

0 comments on commit ff2a239

Please sign in to comment.