Skip to content

Commit

Permalink
[1.0.0] release
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Mar 7, 2020
1 parent 0b09318 commit abb4113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- recommonmark==0.4.0
- https://github.com/mli/notedown/tarball/master
- mxnet-cu100==1.5.0
- d2lzh==0.8.12
- d2lzh==1.0.0
- jieba==0.39
- beautifulsoup4==4.7.1
- awscli
Expand Down
2 changes: 1 addition & 1 deletion d2lzh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .utils import *

__version__ = '0.8.12'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
- python=3.6
- pip:
- mxnet==1.5.0
- d2lzh==0.8.12
- d2lzh==1.0.0
- jupyter==1.0.0
- matplotlib==2.2.2
- pandas==0.23.4

0 comments on commit abb4113

Please sign in to comment.