Skip to content

Commit 7d60eae

Browse files
authored
Merge pull request #913 from d2l-ai/master
2.0.0-alpha2 hotfix
2 parents 35b0b2d + 888e837 commit 7d60eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola
88

99
copyright = 2021, All authors. Licensed under CC-BY-SA-4.0 and MIT-0.
1010

11-
release = 2.0.0-alpha1
11+
release = 2.0.0-alpha2
1212

1313
lang = zh
1414

d2l/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
99
"""
1010

11-
__version__ = "2.0.0-alpha1"
11+
__version__ = "2.0.0-alpha2"

0 commit comments

Comments
 (0)