diff --git a/CHANGELOG.md b/CHANGELOG.md index ad297c0..13309df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.1.2] - 2024-11-21 + +### Changed + +- Remove dependencies + ## [3.1.1] - 2024-10-10 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 2b424ac..3dbfb77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deeplc" -version = "3.1.1" +version = "3.1.2" description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning." readme = "README.md" license = { file = "LICENSE" }