Skip to content

Commit 4d83bac

Browse files
committed
clean
1 parent 061ee02 commit 4d83bac

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.3.19"
1+
__version__ = "2.3.20"
22

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

nbs/api/10_processors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
],
790790
"metadata": {
791791
"kernelspec": {
792-
"display_name": "Python 3 (ipykernel)",
792+
"display_name": "python3",
793793
"language": "python",
794794
"name": "python3"
795795
}

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
99
author_email = j@fast.ai
1010
branch = master
1111
min_python = 3.7
12-
version = 2.3.19
12+
version = 2.3.20
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True

0 commit comments

Comments
 (0)