Skip to content

Commit

Permalink
Merge pull request #913 from d2l-ai/master
Browse files Browse the repository at this point in the history
2.0.0-alpha2 hotfix
  • Loading branch information
goldmermaid authored Jul 26, 2021
2 parents 35b0b2d + 888e837 commit 7d60eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion d2l/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"""

__version__ = "2.0.0-alpha1"
__version__ = "2.0.0-alpha2"

0 comments on commit 7d60eae

Please sign in to comment.