diff --git a/CHANGELOG.md b/CHANGELOG.md index c33db35..c85ac81 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). +# [2.2.23] - 2023-11-13 + +- Reintroduce ability to predict CCS + # [2.2.22] - 2023-09-22 - Fix pypi token GA diff --git a/setup.py b/setup.py index 8a2227a..0b970c3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deeplc', - version='2.2.22', + version='2.2.23', license='apache-2.0', description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.', long_description=LONG_DESCRIPTION,