Skip to content

Commit 322c41b

Browse files
committed
bump
1 parent bef1332 commit 322c41b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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__ = "3.0.1"
1+
__version__ = "3.0.2"
22

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

nbs/api/01_config.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,10 @@
926926
]
927927
}
928928
],
929-
"metadata": {},
929+
"metadata": {
930+
"solveit_dialog_mode": "learning",
931+
"solveit_ver": 2
932+
},
930933
"nbformat": 4,
931934
"nbformat_minor": 5
932935
}

0 commit comments

Comments
 (0)