Skip to content

Commit eee83dd

Browse files
committed
social
1 parent 1652806 commit eee83dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nbdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.4"
1+
__version__ = "2.0.5"
22

33
from .doclinks import nbdev_export
44
from .showdoc import show_doc

nbs/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"echo: false\n",
1212
"css: index.css\n",
1313
"toc: false\n",
14-
"image: /images/card.png\n",
14+
"image: https://nbdev.fast.ai/images/card.png\n",
1515
"description: |\n",
1616
" Write, test, document, and distribute software packages and technical articles — all in one place, your notebook.\n",
1717
"---"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author = Jeremy Howard and Hamel Husain
1010
author_email = [email protected]
1111
branch = master
1212
min_python = 3.7
13-
version = 2.0.4
13+
version = 2.0.5
1414
audience = Developers
1515
language = English
1616
custom_sidebar = True

0 commit comments

Comments
 (0)