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"