From a50dc1068077ea44cb89cf44f35e6e85a5398628 Mon Sep 17 00:00:00 2001 From: RobbinBouwmeester Date: Fri, 16 Feb 2024 16:24:59 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6906b..5be9413 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.31] - 2024-02-16 + +- Bump version + # [2.2.30] - 2024-02-16 - Bump version with new workflows diff --git a/pyproject.toml b/pyproject.toml index bede216..8dec7aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deeplc" -version = "2.2.30" +version = "2.2.31" description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning." readme = "README.md" license = { file = "LICENSE" }