From 482d97e9f39a37a301c19509ae6cdcd93289473e Mon Sep 17 00:00:00 2001 From: pavlovicmilena Date: Tue, 14 Dec 2021 11:48:17 +0100 Subject: [PATCH] update version to 2.1.1 --- immuneML/environment/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immuneML/environment/Constants.py b/immuneML/environment/Constants.py index 7466002fc..b27bae3c1 100644 --- a/immuneML/environment/Constants.py +++ b/immuneML/environment/Constants.py @@ -1,6 +1,6 @@ class Constants: - VERSION = "2.1.0" + VERSION = "2.1.1" # encoding constants FEATURE_DELIMITER = "///"