Skip to content

Commit ee2433b

Browse files
committed
bump
1 parent 7555fff commit ee2433b

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.1.9"
1+
__version__ = "0.1.10"

execnb/_modidx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
d = { 'settings': { 'branch': 'master',
44
'doc_baseurl': '/execnb/',
5-
'doc_host': 'https://fastai.github.io',
6-
'git_url': 'https://github.com/fastai/execnb/',
5+
'doc_host': 'https://AnswerDotAI.github.io',
6+
'git_url': 'https://github.com/AnswerDotAI/execnb/',
77
'lib_path': 'execnb'},
88
'syms': { 'execnb.nbio': { 'execnb.nbio.NbCell': ('nbio.html#nbcell', 'execnb/nbio.py'),
99
'execnb.nbio.NbCell.__eq__': ('nbio.html#nbcell.__eq__', 'execnb/nbio.py'),

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user = AnswerDotAI
99
author = Jeremy Howard
1010
author_email = [email protected]
1111
branch = master
12-
version = 0.1.9
12+
version = 0.1.10
1313
min_python = 3.7
1414
requirements = fastcore>=1.5.5 ipython
1515
dev_requirements = matplotlib Pillow mistletoe

0 commit comments

Comments
 (0)