From 58614ec6511f997bb93fb3e8cd20926558899d9c Mon Sep 17 00:00:00 2001 From: Arthur_Ch <56088401+ArthurChains@users.noreply.github.com> Date: Sun, 12 Dec 2021 19:52:51 +0300 Subject: [PATCH] 0.0.4 version macos, linux, windows --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} )