Skip to content

Commit

Permalink
SH
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed May 16, 2021
1 parent 18bd636 commit 7332dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
setup(
name = "shapley",
packages = find_packages(),
version = "1.0.1",
version = "1.0.2",
license = "MIT",
description = "A general purpose library to quantify the value of classifiers in a machine learning ensemble.",
author = "Benedek Rozemberczki",
author_email = "benedek.rozemberczki@gmail.com",
url = "https://github.com/benedekrozemberczki/shapley",
download_url = "https://github.com/benedekrozemberczki/shapley/archive/v_10001.tar.gz",
download_url = "https://github.com/benedekrozemberczki/shapley/archive/v_10002.tar.gz",
keywords = keywords,
install_requires = install_requires,
setup_requires = setup_requires,
Expand Down

0 comments on commit 7332dc4

Please sign in to comment.