Skip to content

Commit f483025

Browse files
committed
bump
1 parent acf1c0b commit f483025

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

execnb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"

settings.ini

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user = fastai
99
author = Jeremy Howard
1010
author_email = [email protected]
1111
branch = master
12-
version = 0.1.6
12+
version = 0.1.7
1313
min_python = 3.7
1414
requirements = fastcore>=1.5.5 ipython mistletoe
1515
dev_requirements = matplotlib Pillow
@@ -25,13 +25,13 @@ recursive = False
2525
tst_flags = notest
2626
doc_host = https://fastai.github.io
2727
doc_baseurl = /execnb/
28-
git_url = https://github.com/%(user)s/%(repo)s/
28+
git_url = https://github.com/fastai/execnb/
2929
lib_path = execnb
3030
title = execnb
3131
black_formatting = False
3232
readme_nb = index.ipynb
33-
allowed_metadata_keys =
34-
allowed_cell_metadata_keys =
33+
allowed_metadata_keys =
34+
allowed_cell_metadata_keys =
3535
conda_user = fastai
3636
preview_port = 3000
3737
preview_host = localhost
@@ -40,4 +40,5 @@ clean_ids = True
4040
clear_all = False
4141
put_version_in_init = True
4242
cell_number = False
43+
skip_procs =
4344

0 commit comments

Comments
 (0)