File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.1.6 "
1
+ __version__ = "0.1.7 "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ user = fastai
9
9
author = Jeremy Howard
10
10
11
11
branch = master
12
- version = 0.1.6
12
+ version = 0.1.7
13
13
min_python = 3.7
14
14
requirements = fastcore>=1.5.5 ipython mistletoe
15
15
dev_requirements = matplotlib Pillow
@@ -25,13 +25,13 @@ recursive = False
25
25
tst_flags = notest
26
26
doc_host = https://fastai.github.io
27
27
doc_baseurl = /execnb/
28
- git_url = https://github.com/%(user)s/%(repo)s /
28
+ git_url = https://github.com/fastai/execnb /
29
29
lib_path = execnb
30
30
title = execnb
31
31
black_formatting = False
32
32
readme_nb = index.ipynb
33
- allowed_metadata_keys =
34
- allowed_cell_metadata_keys =
33
+ allowed_metadata_keys =
34
+ allowed_cell_metadata_keys =
35
35
conda_user = fastai
36
36
preview_port = 3000
37
37
preview_host = localhost
@@ -40,4 +40,5 @@ clean_ids = True
40
40
clear_all = False
41
41
put_version_in_init = True
42
42
cell_number = False
43
+ skip_procs =
43
44
You can’t perform that action at this time.
0 commit comments