Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Aug 5, 2019
1 parent 46a4c8b commit fe88deb
Showing 1 changed file with 1 addition and 1 deletion.
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 fe88deb

Please sign in to comment.