From 4e84c0dd1a1c509cfa4bfa19d4925d83b701f062 Mon Sep 17 00:00:00 2001 From: Matthew The Date: Thu, 16 Oct 2025 10:04:15 +0200 Subject: [PATCH] Ready for v0.7.2 --- CHANGELOG | 3 +++ psite_annotation/functional_annotation.py | 1 + pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c509655..2e7f9d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v0.7.2 +- Fix missing export for addModifiedSequenceGroups + v0.7.1 - Add support for modified sequence grouping without aggregating diff --git a/psite_annotation/functional_annotation.py b/psite_annotation/functional_annotation.py index 43903fa..557915e 100755 --- a/psite_annotation/functional_annotation.py +++ b/psite_annotation/functional_annotation.py @@ -30,6 +30,7 @@ "addInVitroKinases", "addTurnoverRates", "addKinaseLibraryAnnotations", + "addModifiedSequenceGroups", "aggregateModifiedSequenceGroups", ] diff --git a/pyproject.toml b/pyproject.toml index 65c10ae..78b3a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psite-annotation" -version = "0.7.1" +version = "0.7.2" description = "Module for annotating p-sites based on resources such as PhosphoSitePlus" authors = ["Matthew The ", "Amirhossein Sakhteman ", "Florian P. Bayer "] license= "Apache-2.0"