diff --git a/immuneML/environment/Constants.py b/immuneML/environment/Constants.py index 3912e9ca7..ca8194463 100644 --- a/immuneML/environment/Constants.py +++ b/immuneML/environment/Constants.py @@ -1,6 +1,6 @@ class Constants: - VERSION = "2.0.0" + VERSION = "2.0.1" # encoding constants FEATURE_DELIMITER = "///"