Skip to content

Commit 1e7a998

Browse files
committed
bump
1 parent 99f444d commit 1e7a998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

execnb/_modidx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'title': 'execnb',
3232
'tst_flags': 'notest',
3333
'user': 'fastai',
34-
'version': '0.0.11'},
34+
'version': '0.1.0'},
3535
'syms': { 'execnb.fastshell': { 'execnb.fastshell.FastInteractiveShell': 'https://fastai.github.io/execnb/fastshell.html#fastinteractiveshell',
3636
'execnb.fastshell.FastInteractiveShell.ask_exit': 'https://fastai.github.io/execnb/fastshell.html#fastinteractiveshell.ask_exit',
3737
'execnb.fastshell.FastInteractiveShell.data_pub': 'https://fastai.github.io/execnb/fastshell.html#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.11
11+
version = 0.1.0
1212
min_python = 3.7
1313
requirements = fastcore>=1.5.5 ipython
1414
dev_requirements = matplotlib Pillow

0 commit comments

Comments
 (0)