Skip to content

Commit 8adf307

Browse files
committed
nbdev
1 parent b694ba6 commit 8adf307

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.7"
1+
__version__ = "0.0.8"

execnb/_modidx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerated by nbdev
1+
# Autogenerated by nbprocess
22

33
d = { 'settings': { 'audience': 'Developers',
44
'author': 'Jeremy Howard',
@@ -27,7 +27,7 @@
2727
'title': 'execnb',
2828
'tst_flags': 'notest',
2929
'user': 'fastai',
30-
'version': '0.0.7'},
30+
'version': '0.0.8'},
3131
'syms': { 'execnb.fastshell': { 'execnb.fastshell.FastInteractiveShell': 'https://fastai.github.io/execnb/fastshell#FastInteractiveShell',
3232
'execnb.fastshell.FastInteractiveShell.ask_exit': 'https://fastai.github.io/execnb/fastshell#FastInteractiveShell.ask_exit',
3333
'execnb.fastshell.FastInteractiveShell.data_pub': 'https://fastai.github.io/execnb/fastshell#FastInteractiveShell.data_pub',

settings.ini

Lines changed: 1 addition & 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.0.7
11+
version = 0.0.8
1212
min_python = 3.7
1313
requirements = fastcore>=1.5.5 ipython
1414
dev_requirements = matplotlib Pillow

0 commit comments

Comments
 (0)