diff --git a/CHANGELOG.md b/CHANGELOG.md index 277328a..536b941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.5] - 2023-08-02 + +### Changed +- Fixed a bug where a reinit led to issues with setting parallelism + # [2.2.4] - 2023-07-06 ### Changed diff --git a/setup.py b/setup.py index 9c61038..426ed03 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='deeplc', - version='2.2.4', + version='2.2.5', license='apache-2.0', description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.', long_description=LONG_DESCRIPTION,