diff --git a/docs/change_log.rst b/docs/change_log.rst index 15d8597..df4dc4f 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -1,6 +1,16 @@ Change Log ============ +Version 0.6.0 (2022.07.11) +---------------------------- + +Adding New functionalities: + +#. report B and T antigen in a more readable format +#. allow users to add all info to the frequency table at once +#. add long_read mode for B antigen when inferring full-length isoform and update the B viewer codebase as well + + Version 0.5.2 (2022.04.17) ---------------------------- diff --git a/docs/conf.py b/docs/conf.py index c0277b4..ab65eb3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Guangyuan(Frank) Li' # The full version, including alpha/beta/rc tags -release = '0.5.2' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7989db7..7042a5e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name = 'SNAF', - version = '0.5.2', + version = '0.6.0', description = 'A Python package to predict, prioritize and visualize splicing derived neoantigens, including MHC-bound peptides (T cell antigen) and altered surface protein (B cell antigen)', long_description = long_description, long_description_content_type = 'text/markdown',