From 45f015ea407b77db7656cba5c4fa71dcd33f48c5 Mon Sep 17 00:00:00 2001 From: RobbinBouwmeester Date: Thu, 8 Aug 2024 13:50:40 +0200 Subject: [PATCH] Python version rem --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdda0b..746fb7c 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). +# [3.0.2] - 2024-08-08 + +- Remove old python build + # [3.0.1] - 2024-08-08 - Windows release fix diff --git a/pyproject.toml b/pyproject.toml index bf1f16a..8e5fad9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deeplc" -version = "3.0.1" +version = "3.0.2" description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning." readme = "README.md" license = { file = "LICENSE" }