Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Aug 28, 2019
1 parent 335d03f commit 3a70753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ sourcepredict -s sp_sources.csv -l sp_labels.csv dog_example.csv

```bash
$ sourcepredict -h
usage: SourcePredict v0.33 [-h] [-a ALPHA] [-s SOURCES] [-l LABELS]
usage: SourcePredict v0.34 [-h] [-a ALPHA] [-s SOURCES] [-l LABELS]
[-n NORMALIZATION] [-dt DISTANCE] [-me METHOD]
[-kne NEIGHBORS] [-kw WEIGHTS] [-e EMBED] [-di DIM]
[-o OUTPUT] [-se SEED] [-k KFOLD] [-t THREADS]
Expand Down
2 changes: 1 addition & 1 deletion sourcepredict
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Homepage & Documentation: github.com/maxibor/sourcepredict


if __name__ == "__main__":
version = "0.33"
version = "0.34"
warnings.filterwarnings("ignore")
SINK, ALPHA, NORMALIZATION, SOURCES, LABELS, SEED, DISTANCE, METHOD, NEIGHBORS, WEIGTHS, DIM, OUTPUT, EMBED_CSV, KFOLD, THREADS = _get_args()
SEED = utils.check_gen_seed(SEED)
Expand Down

0 comments on commit 3a70753

Please sign in to comment.