diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcc795..27eba86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [unreleased] +## [0.9.1] ### Added - Added github action test and release workflows ### Fixed - Docs for TRGT annotation - Fallback setting allele size to 0 if MC is only set to "." and TRGT annotation requested - ## [0.9.0] - Add Docker image - Parse TRGT VCFs - in particular, decompose and parse FORMAT.MC diff --git a/stranger/__version__.py b/stranger/__version__.py index 3e2f46a..d69d16e 100644 --- a/stranger/__version__.py +++ b/stranger/__version__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1"