Skip to content

Commit abb4113

Browse files
committedMar 7, 2020
[1.0.0] release
1 parent 0b09318 commit abb4113

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎build/env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- recommonmark==0.4.0
1212
- https://github.com/mli/notedown/tarball/master
1313
- mxnet-cu100==1.5.0
14-
- d2lzh==0.8.12
14+
- d2lzh==1.0.0
1515
- jieba==0.39
1616
- beautifulsoup4==4.7.1
1717
- awscli

‎d2lzh/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .utils import *
22

3-
__version__ = '0.8.12'
3+
__version__ = '1.0.0'

‎environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
- python=3.6
44
- pip:
55
- mxnet==1.5.0
6-
- d2lzh==0.8.12
6+
- d2lzh==1.0.0
77
- jupyter==1.0.0
88
- matplotlib==2.2.2
99
- pandas==0.23.4

0 commit comments

Comments
 (0)