Release patch release 1.3.1 (#6543)
This commit is contained in:
committed by
GitHub
parent
76c361431f
commit
a78d0d4110
@@ -301,7 +301,7 @@ if __name__ == '__main__':
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
setup(name='xgboost',
|
||||
version=open(os.path.join(
|
||||
CURRENT_DIR, 'xgboost/VERSION')).read().strip() + '.post0',
|
||||
CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
|
||||
description="XGBoost Python Package",
|
||||
long_description=open(os.path.join(CURRENT_DIR, 'README.rst'),
|
||||
encoding='utf-8').read(),
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.3.0
|
||||
1.3.1
|
||||
|
||||
Reference in New Issue
Block a user