We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea2401 commit ef05d6fCopy full SHA for ef05d6f
python/setup.py
@@ -19,7 +19,7 @@
19
copyfile(lib_path, path.join(dirname, "fedtree", path.basename(lib_path)))
20
21
setuptools.setup(name="fedtree",
22
- version="1.0.2",
+ version="1.0.3",
23
packages=["fedtree"],
24
package_dir={"python": "fedtree"},
25
description="A federated learning library for trees",
0 commit comments