update version to be consistent with python
This commit is contained in:
parent
594bed34e4
commit
60bf389825
@ -28,7 +28,7 @@ if len(lib_path) == 0:
|
|||||||
raise XGBoostLibraryNotFound("XGBoost library not found. Did you run "
|
raise XGBoostLibraryNotFound("XGBoost library not found. Did you run "
|
||||||
"../make?")
|
"../make?")
|
||||||
setup(name="xgboost",
|
setup(name="xgboost",
|
||||||
version="0.32",
|
version="0.40",
|
||||||
description="Python wrappers for XGBoost: eXtreme Gradient Boosting",
|
description="Python wrappers for XGBoost: eXtreme Gradient Boosting",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
py_modules=['xgboost'],
|
py_modules=['xgboost'],
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
"""
|
"""
|
||||||
xgboost: eXtreme Gradient Boosting library
|
xgboost: eXtreme Gradient Boosting library
|
||||||
|
|
||||||
|
Version: 0.40
|
||||||
Authors: Tianqi Chen, Bing Xu
|
Authors: Tianqi Chen, Bing Xu
|
||||||
Early stopping by Zygmunt Zając
|
Early stopping by Zygmunt Zając
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user