diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ed70c..3551d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.16] - 2024-09-04 ### Added - Read mean Qscore and alignment flag added to `stats_from_bam` output. - Add option to `filter_bam` to keep unmapped reads that pass (non-alignment) filters. diff --git a/pomoxis/__init__.py b/pomoxis/__init__.py index f6149ed..d091de4 100644 --- a/pomoxis/__init__.py +++ b/pomoxis/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.3.15' +__version__ = '0.3.16' import argparse import os