Skip to content

Commit 61fb539

Browse files
committed
bump
1 parent 5764903 commit 61fb539

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.0.11"
1+
__version__ = "0.1.1"

settings.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ user = fastai
88
author = Jeremy Howard
99
author_email = [email protected]
1010
branch = master
11-
version = 0.1.0
11+
version = 0.1.1
1212
min_python = 3.7
1313
requirements = fastcore>=1.5.5 ipython
1414
dev_requirements = matplotlib Pillow
@@ -27,4 +27,8 @@ doc_baseurl = /execnb/
2727
git_url = https://github.com/fastai/execnb/tree/master/
2828
lib_path = execnb
2929
title = execnb
30+
black_formatting = False
31+
readme_nb = index.ipynb
32+
allowed_metadata_keys =
33+
allowed_cell_metadata_keys =
3034

0 commit comments

Comments
 (0)