diff --git a/README.md b/README.md index 1111a3a..ee521c2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Please open an issue if you find any bugs for the newer versions of spare_score ## Usage ```text -spare_scores v1.2.3. +spare_scores v1.2.4 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 febdf3c..3c373f7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="spare_scores", - version="1.2.3", + version="1.2.4", description="Compute characteristic brain signatures of your case population.", long_description=long_description, long_description_content_type="text/markdown",