diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbb709..7517ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.0] - 2022-01-21 +- Bug fix duplicate peptide+mod for DeepCALLC +- New feature DeepCALLC + ## [0.1.39] - 2022-01-12 - Version bump diff --git a/setup.py b/setup.py index 3abeef6..d40a17c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deeplc', - version='0.1.39', + version='0.2.0', license='apache-2.0', description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.', long_description=LONG_DESCRIPTION,