File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 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
99author = Jeremy Howard
10101111branch = master
12- version = 0.1.6
12+ version = 0.1.7
1313min_python = 3.7
1414requirements = fastcore>=1.5.5 ipython mistletoe
1515dev_requirements = matplotlib Pillow
@@ -25,13 +25,13 @@ recursive = False
2525tst_flags = notest
2626doc_host = https://fastai.github.io
2727doc_baseurl = /execnb/
28- git_url = https://github.com/%(user)s/%(repo)s /
28+ git_url = https://github.com/fastai/execnb /
2929lib_path = execnb
3030title = execnb
3131black_formatting = False
3232readme_nb = index.ipynb
33- allowed_metadata_keys =
34- allowed_cell_metadata_keys =
33+ allowed_metadata_keys =
34+ allowed_cell_metadata_keys =
3535conda_user = fastai
3636preview_port = 3000
3737preview_host = localhost
@@ -40,4 +40,5 @@ clean_ids = True
4040clear_all = False
4141put_version_in_init = True
4242cell_number = False
43+ skip_procs =
4344
You can’t perform that action at this time.
0 commit comments