From 221064fef03f08a3558b5d50144bce2879985e3f Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Sun, 25 Jul 2021 20:40:09 -0700 Subject: [PATCH 1/2] Update __init__.py --- d2l/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2l/__init__.py b/d2l/__init__.py index 2bc1c3f56..0485dc8b5 100644 --- a/d2l/__init__.py +++ b/d2l/__init__.py @@ -8,4 +8,4 @@ """ -__version__ = "2.0.0-alpha1" +__version__ = "2.0.0-alpha2" From 888e837be789d2a6c75e289234b321f194c2f988 Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Sun, 25 Jul 2021 20:40:25 -0700 Subject: [PATCH 2/2] Update config.ini --- config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini b/config.ini index cbf6fa2f7..0845b57ac 100644 --- a/config.ini +++ b/config.ini @@ -8,7 +8,7 @@ author = Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola copyright = 2021, All authors. Licensed under CC-BY-SA-4.0 and MIT-0. -release = 2.0.0-alpha1 +release = 2.0.0-alpha2 lang = zh