From 84c9760a265e66cf0c9a577e154ea5e3d941ae24 Mon Sep 17 00:00:00 2001 From: Daniel Nilsson Date: Mon, 15 Nov 2021 18:12:37 +0100 Subject: [PATCH] Bump version to v0.8.1 --- CHANGELOG.md | 2 ++ stranger/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c23c28..80fc052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [x.x.x] + +## [0.8.1] Fix DAB1 pathologic repeat unit name Update POLG coords, quite a bit on hg38 diff --git a/stranger/__version__.py b/stranger/__version__.py index 32a90a3..ef72cc0 100644 --- a/stranger/__version__.py +++ b/stranger/__version__.py @@ -1 +1 @@ -__version__ = '0.8.0' +__version__ = '0.8.1'