We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5764903 commit 61fb539Copy full SHA for 61fb539
execnb/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.11"
+__version__ = "0.1.1"
settings.ini
@@ -8,7 +8,7 @@ user = fastai
8
author = Jeremy Howard
9
author_email = [email protected]
10
branch = master
11
-version = 0.1.0
+version = 0.1.1
12
min_python = 3.7
13
requirements = fastcore>=1.5.5 ipython
14
dev_requirements = matplotlib Pillow
@@ -27,4 +27,8 @@ doc_baseurl = /execnb/
27
git_url = https://github.com/fastai/execnb/tree/master/
28
lib_path = execnb
29
title = execnb
30
+black_formatting = False
31
+readme_nb = index.ipynb
32
+allowed_metadata_keys =
33
+allowed_cell_metadata_keys =
34
0 commit comments