Release patch release 1.3.1 (#6543)

This commit is contained in:
Philip Hyunsu Cho
2020-12-21 23:22:32 -08:00
committed by GitHub
parent 76c361431f
commit a78d0d4110
12 changed files with 21 additions and 21 deletions

View File

@@ -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(),

View File

@@ -1 +1 @@
1.3.0
1.3.1