Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Jun 21, 2022
1 parent 3ea2401 commit ef05d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
copyfile(lib_path, path.join(dirname, "fedtree", path.basename(lib_path)))

setuptools.setup(name="fedtree",
version="1.0.2",
version="1.0.3",
packages=["fedtree"],
package_dir={"python": "fedtree"},
description="A federated learning library for trees",
Expand Down

0 comments on commit ef05d6f

Please sign in to comment.