diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9777f..b669818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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.7.1] Update rank score model diff --git a/stranger/__version__.py b/stranger/__version__.py index e220fa9..f0788a8 100644 --- a/stranger/__version__.py +++ b/stranger/__version__.py @@ -1 +1 @@ -__version__ = '0.7' +__version__ = '0.7.1'