From 369bfd07c09d2e07283796356c9a7e6503f49e2b Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Fri, 16 Aug 2024 22:56:18 +0300 Subject: [PATCH] Updated version to 1.2.3 --- README.md | 9 +++++---- setup.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f90c50a..1f5dd37 100644 --- a/README.md +++ b/README.md @@ -35,20 +35,21 @@ Please open an issue if you find any bugs for the newer versions of spare_score ### Manually build spare_score ```bash + # for python 3.12 git clone https://github.com/CBICA/spare_score.git cd spare_score - python -m pip install . # for python 3.12 + python -m pip install . # for python 3.8... - # python setup.py bdist_wheel - # cd dist && pip install "$The .wh file" + python setup.py bdist_wheel + cd dist && pip install ... ``` ## Usage ```text -spare_scores v1.2.1. +spare_scores v1.2.3. SPARE model training & scores calculation required arguments: [ACTION] The action to be performed, either 'train' or 'test' diff --git a/setup.py b/setup.py index a8af09d..febdf3c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="spare_scores", - version="1.2.2", + version="1.2.3", description="Compute characteristic brain signatures of your case population.", long_description=long_description, long_description_content_type="text/markdown",