Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
enessenel committed Apr 20, 2021
1 parent 4ad058b commit dabd076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion novosparc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'[email protected]',
'[email protected]'
])
__version__ = '0.4.2'
__version__ = '0.4.3'

from . import plotting as pl
from . import preprocessing as pp
Expand Down

0 comments on commit dabd076

Please sign in to comment.