diff --git a/IRIS/config.py b/IRIS/config.py index 7b148ee..37d0aa9 100644 --- a/IRIS/config.py +++ b/IRIS/config.py @@ -10,7 +10,7 @@ #import yaml -CURRENT_VERSION = "v2.0.0" +CURRENT_VERSION = "v2.0.1" def update_progress(progress): diff --git a/setup.py b/setup.py index 56ce3f7..10f24a2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def main(): setup( name='IRIS', - version='2.0.0', + version='2.0.1', description='Isoform peptides from RNA splicing for Immunotherapy target Screening',