diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 35e1446..0041116 100755 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -2,6 +2,10 @@ .. role:: smaller .. role:: noteversion +Version 0.4.3 :small:`20 April 2021` +--------------------------------------- +Fixed bugs. Added self consistency analysis and updated tutorials. + Version 0.4.2 :small:`03 April 2021` --------------------------------------- Improved package structure, fixed minor performace issues, and fixed bugs. Added two new tutorials (corti & osteosarcoma) and diff --git a/novosparc/__init__.py b/novosparc/__init__.py index 53a196f..bd74d6c 100755 --- a/novosparc/__init__.py +++ b/novosparc/__init__.py @@ -10,7 +10,7 @@ 'enes.senel@mdc-berlin.de', 'noa.moriel@mail.huji.ac.il' ]) -__version__ = '0.4.2' +__version__ = '0.4.3' from . import plotting as pl from . import preprocessing as pp