Skip to content

Commit ef05d6f

Browse files
committed
update package version
1 parent 3ea2401 commit ef05d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
copyfile(lib_path, path.join(dirname, "fedtree", path.basename(lib_path)))
2020

2121
setuptools.setup(name="fedtree",
22-
version="1.0.2",
22+
version="1.0.3",
2323
packages=["fedtree"],
2424
package_dir={"python": "fedtree"},
2525
description="A federated learning library for trees",

0 commit comments

Comments
 (0)