From ce05b3fcd36d6379d7a0fa402f8e6fa913ba0366 Mon Sep 17 00:00:00 2001 From: Aston Zhang Date: Fri, 25 Mar 2022 00:08:30 +0000 Subject: [PATCH] bump to 0.17.5 --- config.ini | 2 +- d2l/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ini b/config.ini index 73c8574ab3..38e19048b6 100644 --- a/config.ini +++ b/config.ini @@ -12,7 +12,7 @@ author = Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola copyright = 2022, All authors. Licensed under CC-BY-SA-4.0 and MIT-0. -release = 0.17.4 +release = 0.17.5 diff --git a/d2l/__init__.py b/d2l/__init__.py index 36f411cdf2..f2f7468270 100644 --- a/d2l/__init__.py +++ b/d2l/__init__.py @@ -8,4 +8,4 @@ """ -__version__ = "0.17.4" +__version__ = "0.17.5"