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"