Skip to content

Commit 931e411

Browse files
committed
bump
1 parent 7d1383f commit 931e411

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

execnb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

settings.ini

Lines changed: 5 additions & 1 deletion
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.4
12+
version = 0.1.5
1313
min_python = 3.7
1414
requirements = fastcore>=1.5.5 ipython
1515
dev_requirements = matplotlib Pillow
@@ -35,4 +35,8 @@ allowed_cell_metadata_keys =
3535
conda_user = fastai
3636
preview_port = 3000
3737
preview_host = localhost
38+
jupyter_hooks = True
39+
clean_ids = True
40+
clear_all = False
41+
put_version_in_init = True
3842

0 commit comments

Comments
 (0)