From d0161cc8dad840c72c67bcfe7507937c87d44ab3 Mon Sep 17 00:00:00 2001 From: cody-mar10 Date: Wed, 9 Oct 2024 13:59:38 -0500 Subject: [PATCH] upgrade to `v1.1.0` - loading from pretrained models has been correctly implemented - the base classes for genome and protein PSTs have been stablized --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6956a78..7344c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ptn-set-transformer" -version = "1.0.0" +version = "1.1.0" authors = [{ name = "Cody Martin", email = "codycmar10@gmail.com" }] description = "Training and inference on protein sets (genomes)" readme = "README.md"