From 23bc3fc4aa7811ce8726b019b91e7fc1e89462c9 Mon Sep 17 00:00:00 2001 From: Philip Cho Date: Sun, 8 Jul 2018 13:29:09 -0700 Subject: [PATCH] Release 0.72.1 for PyPI A binary wheel was uploaded for 0.72 on July 4, a month after the source tarball was available. This broke some people's builds (see https://github.com/dmlc/xgboost/issues/3449). To remedy the situation, we release 0.72.1 for both binary wheels and source tarballs. From now on, cut a new release whenever a new binary wheel is available (e.g. Windows, Mac OSX). --- python-package/xgboost/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/VERSION b/python-package/xgboost/VERSION index b214dd991..fac6d1832 100644 --- a/python-package/xgboost/VERSION +++ b/python-package/xgboost/VERSION @@ -1 +1 @@ -0.72 +0.72.1