diff --git a/CHANGELOG.md b/CHANGELOG.md index 7517ee5..46040da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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). +## [0.2.1] - 2022-02-03 +- Scikit-learn and pygam dependency in setup + ## [0.2.0] - 2022-01-21 - Bug fix duplicate peptide+mod for DeepCALLC - New feature DeepCALLC diff --git a/setup.py b/setup.py index c516b99..60c2708 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deeplc', - version='0.2.0', + version='0.2.1', license='apache-2.0', description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.', long_description=LONG_DESCRIPTION,