diff --git a/README.rst b/README.rst index 035c813..abf27b8 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Features Our toolkit provides implementation of the next metrics: * Mean Map Entropy (MME), Mean Plane Variance(MPV) [#]_ [#]_ -* Mutually Orthogonal Metric (MOM) [#]_ -- has strong correlation with RPE **(IN PROGRESS, SEE PREVIOUS VERSIONS)** +* Mutually Orthogonal Metric (MOM) [#]_ -- has strong correlation with RPE **(IN PROGRESS, SEE v0.0.2 for MOM)** Citation diff --git a/setup.py b/setup.py index 0d4ee9c..13c8373 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def get_tag(self): setup_kwargs = dict( name='map_metrics', - version='0.0.3', + version='0.0.4', packages=find_packages(), cmdclass={'bdist_wheel': bdist_wheel} )