Skip to content

Commit

Permalink
Updated version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 16, 2024
1 parent 07d6642 commit 369bfd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 369bfd0

Please sign in to comment.